Html Css Color HEX #DE8933 California

📋 copy color: '#DE8933'

red 222 ◦ green 137 ◦ blue 51

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

Shades of California #DE8933

Tints of California #DE8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 54.15%
G = 33.41%
B = 12.44%

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

#DE8933 (or 0xDE8933) is known color: California. HEX triplet: DE, 89 and 33. RGB value is (222,137,51). Sum of RGB (Red+Green+Blue) = 222+137+51=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8933 is #2176CC. Grayscale: #999999. Windows color (decimal): -2193101 or 3377630. OLE color: 3377630.

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

Color convert

RGB 222 137 51 -
CMYK 0 0.38 0.77 0.13
HSL 30.18º 0.72% 0.54% -
HSV(B) 30.18º 0.77% 0.87% -
XYZ 39.67 33.66 7.54 -
YUV 152.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 222 137 51 0 0.38 0.77 0.13 30.18 0.72 0.54
Hex DE 89 33 0 26 4D D 1E 48 36
Octal 336 211 63 0 46 115 15 36 110 66
Binary 11011110 10001001 110011 0 100110 1001101 1101 11110 1001000 110110

Color Harmonies of #DE8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8933

Black with #DE8933

Text Example


Text Example

White with #DE8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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