Html Css Color HEX #DE8A32 California

📋 copy color: '#DE8A32'

red 222 ◦ green 138 ◦ blue 50

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

Shades of California #DE8A32

Tints of California #DE8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

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

R = 54.15%
G = 33.66%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DE8A32 (or 0xDE8A32) is known color: California. HEX triplet: DE, 8A and 32. RGB value is (222,138,50). Sum of RGB (Red+Green+Blue) = 222+138+50=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A32 is #2175CD. Grayscale: #999999. Windows color (decimal): -2192846 or 3312350. OLE color: 3312350.

HSL color Cylindrical-coordinate representation of color #DE8A32: hue angle of 30.7º 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 #DE8A32 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 138 50 -
CMYK 0 0.38 0.77 0.13
HSL 30.7º 0.72% 0.53% -
HSV(B) 30.7º 0.77% 0.87% -
XYZ 39.79 33.94 7.47 -
YUV 153.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 222 138 50 0 0.38 0.77 0.13 30.7 0.72 0.53
Hex DE 8A 32 0 26 4D D 1F 48 35
Octal 336 212 62 0 46 115 15 37 110 65
Binary 11011110 10001010 110010 0 100110 1001101 1101 11111 1001000 110101

Color Harmonies of #DE8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8A32

Black with #DE8A32

Text Example


Text Example

White with #DE8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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