Html Css Color HEX #DF9037 California

📋 copy color: '#DF9037'

red 223 ◦ green 144 ◦ blue 55

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

Shades of California #DF9037

Tints of California #DF9037

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 52.84%
G = 34.12%
B = 13.03%

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

#DF9037 (or 0xDF9037) is known color: California. HEX triplet: DF, 90 and 37. RGB value is (223,144,55). Sum of RGB (Red+Green+Blue) = 223+144+55=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9037 is #206FC8. Grayscale: #9D9D9D. Windows color (decimal): -2125769 or 3641567. OLE color: 3641567.

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

Color convert

RGB 223 144 55 -
CMYK 0 0.35 0.75 0.13
HSL 31.79º 0.72% 0.55% -
HSV(B) 31.79º 0.75% 0.87% -
XYZ 41.09 35.91 8.38 -
YUV 157.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 223 144 55 0 0.35 0.75 0.13 31.79 0.72 0.55
Hex DF 90 37 0 23 4B D 20 48 37
Octal 337 220 67 0 43 113 15 40 110 67
Binary 11011111 10010000 110111 0 100011 1001011 1101 100000 1001000 110111

Color Harmonies of #DF9037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9037

Black with #DF9037

Text Example


Text Example

White with #DF9037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9037; }

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

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

background-color css

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

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

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

border-color css

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

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

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