#DF9136

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

Shades of California #DF9136

Tints of California #DF9136

Color information

#DF9136 (or 0xDF9136) is unknown color: approx California. HEX triplet: DF, 91 and 36. RGB value is (223,145,54). Sum of RGB (Red+Green+Blue) = 223+145+54=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9136 is #206EC9. Grayscale: #9E9E9E. Windows color (decimal): -2125514 or 3576287. OLE color: 3576287.

HSL color Cylindrical-coordinate representation of color #DF9136: hue angle of 32.31º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF9136 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22314554-
CMYK00.350.760.13
HSL32.31º72.53%54.31%-
HSV(B)32.31º75.78%87.45%-
XYZ41.2236.218.31-
YUV157.9569.34174.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.84%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 54 (21.48% from 255) = 12.80%
R=52.84%
G=34.36%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231455400.350.760.1332.3172.5354.31
HexDF91360234CD204936
Octal33722166043114154011166
Binary11011111100100011101100100011100110011011000001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9136; }

 p { color: rgb(223,145,54); }

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

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

 a { background-color: rgb(223,145,54); }

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

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

 span { border-color: rgb(223,145,54); }

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