Html Css Color HEX #DE8D3E California

📋 copy color: '#DE8D3E'

red 222 ◦ green 141 ◦ blue 62

#DE8D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #DE8D3E

Tints of California #DE8D3E

RGB

 RED value IS 222 (87.11% from 255) = 52.24%

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 62 (24.61% from 255) = 14.59%

R = 52.24%
G = 33.18%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE8D3E (or 0xDE8D3E) is known color: California. HEX triplet: DE, 8D and 3E. RGB value is (222,141,62). Sum of RGB (Red+Green+Blue) = 222+141+62=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D3E is #2172C1. Grayscale: #9C9C9C. Windows color (decimal): -2192066 or 4099550. OLE color: 4099550.

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

Color convert

RGB 222 141 62 -
CMYK 0 0.36 0.72 0.13
HSL 29.63º 0.71% 0.56% -
HSV(B) 29.63º 0.72% 0.87% -
XYZ 40.52 34.93 9.16 -
YUV 156.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 222 141 62 0 0.36 0.72 0.13 29.63 0.71 0.56
Hex DE 8D 3E 0 24 48 D 1E 47 38
Octal 336 215 76 0 44 110 15 36 107 70
Binary 11011110 10001101 111110 0 100100 1001000 1101 11110 1000111 111000

Color Harmonies of #DE8D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D3E

Black with #DE8D3E

Text Example


Text Example

White with #DE8D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D3E; }

 p { color: rgb(222,141,62); }

 H1.HeaderClassName
 {
   color: #DE8D3E;
 }
 .AnyTagClassName
 {
   color: #DE8D3E;
 }
</style>

background-color css

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

 a { background-color: rgb(222,141,62); }

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

border-color css

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

 span { border-color: rgb(222,141,62); }

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