#dc8d1f

Color #DC8D1F Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DC8D1F

Tints of Buttercup #DC8D1F

Color information

#DC8D1F (or 0xDC8D1F) is unknown color: approx Buttercup. HEX triplet: DC, 8D and 1F. RGB value is (220,141,31). Sum of RGB (Red+Green+Blue) = 220+141+31=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D1F is #2372E0. Grayscale: #989898. Windows color (decimal): -2323169 or 2067932. OLE color: 2067932.

HSL color Cylindrical-coordinate representation of color #DC8D1F: hue angle of 34.92º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC8D1F is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB22014131-
CMYK00.360.860.14
HSL34.92º75.3%49.22%-
HSV(B)34.92º85.91%86.27%-
XYZ39.2934.365.86-
YUV152.0859.67176.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 56.12%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 31 (12.5% from 255) = 7.91%
R=56.12%
G=35.97%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201413100.360.860.1434.9275.349.22
HexDC8D1F02456E234b31
Octal33421537044126164311361
Binary1101110010001101111110100100101011011101000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8d1f; }

 p { color: rgb(220,141,31); }

 H1.HeaderClassName
 {
   color: #dc8d1f;
 }
 .AnyTagClassName
 {
   color: #dc8d1f;
 }
</style>
background-color css

<style>
 a { background-color: #dc8d1f; }

 a { background-color: rgb(220,141,31); }

 div.DivClassName
 {
   background-color: #dc8d1f;
 }
 .BgClassName
 {
   background-color: #dc8d1f;
 }
</style>
border-color css

<style>
 span { border-color: #dc8d1f; }

 span { border-color: rgb(220,141,31); }

 td.TdClassName
 {
   border-color: #dc8d1f;
 }
 .TagClassName
 {
   border-color: #dc8d1f;
 }
</style>