Html Css Color HEX #DF9038 California

📋 copy color: '#DF9038'

red 223 ◦ green 144 ◦ blue 56

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

Shades of California #DF9038

Tints of California #DF9038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 52.72%
G = 34.04%
B = 13.24%

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

#DF9038 (or 0xDF9038) is known color: California. HEX triplet: DF, 90 and 38. RGB value is (223,144,56). Sum of RGB (Red+Green+Blue) = 223+144+56=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9038 is #206FC7. Grayscale: #9E9E9E. Windows color (decimal): -2125768 or 3707103. OLE color: 3707103.

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

Color convert

RGB 223 144 56 -
CMYK 0 0.35 0.75 0.13
HSL 31.62º 0.72% 0.55% -
HSV(B) 31.62º 0.75% 0.87% -
XYZ 41.12 35.92 8.51 -
YUV 157.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 223 144 56 0 0.35 0.75 0.13 31.62 0.72 0.55
Hex DF 90 38 0 23 4B D 20 48 37
Octal 337 220 70 0 43 113 15 40 110 67
Binary 11011111 10010000 111000 0 100011 1001011 1101 100000 1001000 110111

Color Harmonies of #DF9038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9038

Black with #DF9038

Text Example


Text Example

White with #DF9038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9038; }

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

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

background-color css

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

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

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

border-color css

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

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

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