Html Css Color HEX #DE8D37 California

📋 copy color: '#DE8D37'

red 222 ◦ green 141 ◦ blue 55

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

Shades of California #DE8D37

Tints of California #DE8D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.16%

R = 53.11%
G = 33.73%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE8D37 (or 0xDE8D37) is known color: California. HEX triplet: DE, 8D and 37. RGB value is (222,141,55). Sum of RGB (Red+Green+Blue) = 222+141+55=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8D37 is #2172C8. Grayscale: #9B9B9B. Windows color (decimal): -2192073 or 3640798. OLE color: 3640798.

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

Color convert

RGB 222 141 55 -
CMYK 0 0.36 0.75 0.13
HSL 30.9º 0.72% 0.54% -
HSV(B) 30.9º 0.75% 0.87% -
XYZ 40.34 34.86 8.22 -
YUV 155.42 71.34 175.49 -
System Red Green Blue C M Y K H S L
Decimal 222 141 55 0 0.36 0.75 0.13 30.9 0.72 0.54
Hex DE 8D 37 0 24 4B D 1F 48 36
Octal 336 215 67 0 44 113 15 37 110 66
Binary 11011110 10001101 110111 0 100100 1001011 1101 11111 1001000 110110

Color Harmonies of #DE8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8D37

Black with #DE8D37

Text Example


Text Example

White with #DE8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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