Html Css Color HEX #DF9135 California

📋 copy color: '#DF9135'

red 223 ◦ green 145 ◦ blue 53

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

Shades of California #DF9135

Tints of California #DF9135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.59%

R = 52.97%
G = 34.44%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF9135 (or 0xDF9135) is known color: California. HEX triplet: DF, 91 and 35. RGB value is (223,145,53). Sum of RGB (Red+Green+Blue) = 223+145+53=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9135 is #206ECA. Grayscale: #9E9E9E. Windows color (decimal): -2125515 or 3510751. OLE color: 3510751.

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

Color convert

RGB 223 145 53 -
CMYK 0 0.35 0.76 0.13
HSL 32.47º 0.73% 0.54% -
HSV(B) 32.47º 0.76% 0.87% -
XYZ 41.2 36.2 8.18 -
YUV 157.83 68.84 174.48 -
System Red Green Blue C M Y K H S L
Decimal 223 145 53 0 0.35 0.76 0.13 32.47 0.73 0.54
Hex DF 91 35 0 23 4C D 20 49 36
Octal 337 221 65 0 43 114 15 40 111 66
Binary 11011111 10010001 110101 0 100011 1001100 1101 100000 1001001 110110

Color Harmonies of #DF9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9135

Black with #DF9135

Text Example


Text Example

White with #DF9135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9135; }

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

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

background-color css

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

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

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

border-color css

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

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

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