#DE8B3D

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

Shades of California #DE8B3D

Tints of California #DE8B3D

Color information

#DE8B3D (or 0xDE8B3D) is unknown color: approx California. HEX triplet: DE, 8B and 3D. RGB value is (222,139,61). Sum of RGB (Red+Green+Blue) = 222+139+61=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B3D is #2174C2. Grayscale: #9B9B9B. Windows color (decimal): -2192579 or 4033502. OLE color: 4033502.

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

Color convert

RGB22213961-
CMYK00.370.730.13
HSL29.07º70.93%55.49%-
HSV(B)29.07º72.52%87.06%-
XYZ40.234.338.92-
YUV154.9375175.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.61%
GREEN value IS 139 (54.69% from 255) = 32.94%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=52.61%
G=32.94%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221396100.370.730.1329.0770.9355.49
HexDE8B3D02549D1d4737
Octal33621375045111153510767
Binary1101111010001011111101010010110010011101111011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8B3D; }

 p { color: rgb(222,139,61); }

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

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

 a { background-color: rgb(222,139,61); }

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

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

 span { border-color: rgb(222,139,61); }

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