Html Css Color HEX #DF9137 California

📋 copy color: '#DF9137'

red 223 ◦ green 145 ◦ blue 55

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

Shades of California #DF9137

Tints of California #DF9137

RGB

 RED value IS 223 (87.5% from 255) = 52.72%

 GREEN value IS 145 (57.03% from 255) = 34.28%

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

R = 52.72%
G = 34.28%
B = 13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF9137 (or 0xDF9137) is known color: California. HEX triplet: DF, 91 and 37. RGB value is (223,145,55). Sum of RGB (Red+Green+Blue) = 223+145+55=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9137 is #206EC8. Grayscale: #9E9E9E. Windows color (decimal): -2125513 or 3641823. OLE color: 3641823.

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

Color convert

RGB 223 145 55 -
CMYK 0 0.35 0.75 0.13
HSL 32.14º 0.72% 0.55% -
HSV(B) 32.14º 0.75% 0.87% -
XYZ 41.25 36.21 8.43 -
YUV 158.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 223 145 55 0 0.35 0.75 0.13 32.14 0.72 0.55
Hex DF 91 37 0 23 4B D 20 48 37
Octal 337 221 67 0 43 113 15 40 110 67
Binary 11011111 10010001 110111 0 100011 1001011 1101 100000 1001000 110111

Color Harmonies of #DF9137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9137

Black with #DF9137

Text Example


Text Example

White with #DF9137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9137; }

 p { color: rgb(223,145,55); }

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

background-color css

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

 a { background-color: rgb(223,145,55); }

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

border-color css

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

 span { border-color: rgb(223,145,55); }

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