Html Css Color HEX #DE8C32 California

📋 copy color: '#DE8C32'

red 222 ◦ green 140 ◦ blue 50

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

Shades of California #DE8C32

Tints of California #DE8C32

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 53.88%
G = 33.98%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE8C32 (or 0xDE8C32) is known color: California. HEX triplet: DE, 8C and 32. RGB value is (222,140,50). Sum of RGB (Red+Green+Blue) = 222+140+50=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C32 is #2173CD. Grayscale: #9A9A9A. Windows color (decimal): -2192334 or 3312862. OLE color: 3312862.

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

Color convert

RGB 222 140 50 -
CMYK 0 0.37 0.77 0.13
HSL 31.4º 0.72% 0.53% -
HSV(B) 31.4º 0.77% 0.87% -
XYZ 40.08 34.52 7.57 -
YUV 154.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 222 140 50 0 0.37 0.77 0.13 31.4 0.72 0.53
Hex DE 8C 32 0 25 4D D 1F 48 35
Octal 336 214 62 0 45 115 15 37 110 65
Binary 11011110 10001100 110010 0 100101 1001101 1101 11111 1001000 110101

Color Harmonies of #DE8C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C32

Black with #DE8C32

Text Example


Text Example

White with #DE8C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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