Html Css Color HEX #DE8C33 California

📋 copy color: '#DE8C33'

red 222 ◦ green 140 ◦ blue 51

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

Shades of California #DE8C33

Tints of California #DE8C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 53.75%
G = 33.9%
B = 12.35%

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

#DE8C33 (or 0xDE8C33) is known color: California. HEX triplet: DE, 8C and 33. RGB value is (222,140,51). Sum of RGB (Red+Green+Blue) = 222+140+51=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8C33 is #2173CC. Grayscale: #9A9A9A. Windows color (decimal): -2192333 or 3378398. OLE color: 3378398.

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

Color convert

RGB 222 140 51 -
CMYK 0 0.37 0.77 0.13
HSL 31.23º 0.72% 0.54% -
HSV(B) 31.23º 0.77% 0.87% -
XYZ 40.1 34.52 7.68 -
YUV 154.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 222 140 51 0 0.37 0.77 0.13 31.23 0.72 0.54
Hex DE 8C 33 0 25 4D D 1F 48 36
Octal 336 214 63 0 45 115 15 37 110 66
Binary 11011110 10001100 110011 0 100101 1001101 1101 11111 1001000 110110

Color Harmonies of #DE8C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C33

Black with #DE8C33

Text Example


Text Example

White with #DE8C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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