#DC8A26

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

Shades of Buttercup #DC8A26

Tints of Buttercup #DC8A26

Color information

#DC8A26 (or 0xDC8A26) is unknown color: approx Buttercup. HEX triplet: DC, 8A and 26. RGB value is (220,138,38). Sum of RGB (Red+Green+Blue) = 220+138+38=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A26 is #2375D9. Grayscale: #979797. Windows color (decimal): -2323930 or 2525916. OLE color: 2525916.

HSL color Cylindrical-coordinate representation of color #DC8A26: hue angle of 32.97º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC8A26 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB22013838-
CMYK00.370.830.14
HSL32.97º72.22%50.59%-
HSV(B)32.97º82.73%86.27%-
XYZ38.9533.536.25-
YUV151.1264.17177.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.56%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 38 (15.23% from 255) = 9.60%
R=55.56%
G=34.85%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201383800.370.830.1432.9772.2250.59
HexDC8A2602553E214833
Octal33421246045123164111063
Binary11011100100010101001100100101101001111101000011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8A26; }

 p { color: rgb(220,138,38); }

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

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

 a { background-color: rgb(220,138,38); }

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

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

 span { border-color: rgb(220,138,38); }

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