#DC8C39

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

Shades of California #DC8C39

Tints of California #DC8C39

Color information

#DC8C39 (or 0xDC8C39) is unknown color: approx California. HEX triplet: DC, 8C and 39. RGB value is (220,140,57). Sum of RGB (Red+Green+Blue) = 220+140+57=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C39 is #2373C6. Grayscale: #9A9A9A. Windows color (decimal): -2323399 or 3771612. OLE color: 3771612.

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

Color convert

RGB22014057-
CMYK00.360.740.14
HSL30.55º69.96%54.31%-
HSV(B)30.55º74.09%86.27%-
XYZ39.6334.278.4-
YUV154.4673174.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.76%
GREEN value IS 140 (55.08% from 255) = 33.57%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=52.76%
G=33.57%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201405700.360.740.1430.5569.9654.31
HexDC8C390244AE1f4636
Octal33421471044112163710666
Binary1101110010001100111001010010010010101110111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8C39; }

 p { color: rgb(220,140,57); }

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

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

 a { background-color: rgb(220,140,57); }

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

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

 span { border-color: rgb(220,140,57); }

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