#DE8C41

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

Shades of California #DE8C41

Tints of California #DE8C41

Color information

#DE8C41 (or 0xDE8C41) is unknown color: approx California. HEX triplet: DE, 8C and 41. RGB value is (222,140,65). Sum of RGB (Red+Green+Blue) = 222+140+65=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C41 is #2173BE. Grayscale: #9C9C9C. Windows color (decimal): -2192319 or 4295902. OLE color: 4295902.

HSL color Cylindrical-coordinate representation of color #DE8C41: hue angle of 28.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE8C41 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22214065-
CMYK00.370.710.13
HSL28.66º70.4%56.27%-
HSV(B)28.66º70.72%87.06%-
XYZ40.4634.679.56-
YUV155.9776.67175.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=51.99%
G=32.79%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221406500.370.710.1328.6670.456.27
HexDE8C4102547D1d4638
Octal336214101045107153510670
Binary11011110100011001000001010010110001111101111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8C41; }

 p { color: rgb(222,140,65); }

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

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

 a { background-color: rgb(222,140,65); }

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

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

 span { border-color: rgb(222,140,65); }

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