Html Css Color HEX #DF8F34 California

📋 copy color: '#DF8F34'

red 223 ◦ green 143 ◦ blue 52

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

Shades of California #DF8F34

Tints of California #DF8F34

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 53.35%
G = 34.21%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF8F34 (or 0xDF8F34) is known color: California. HEX triplet: DF, 8F and 34. RGB value is (223,143,52). Sum of RGB (Red+Green+Blue) = 223+143+52=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F34 is #2070CB. Grayscale: #9C9C9C. Windows color (decimal): -2126028 or 3444703. OLE color: 3444703.

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

Color convert

RGB 223 143 52 -
CMYK 0 0.36 0.77 0.13
HSL 31.93º 0.73% 0.54% -
HSV(B) 31.93º 0.77% 0.87% -
XYZ 40.87 35.58 7.96 -
YUV 156.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 223 143 52 0 0.36 0.77 0.13 31.93 0.73 0.54
Hex DF 8F 34 0 24 4D D 20 49 36
Octal 337 217 64 0 44 115 15 40 111 66
Binary 11011111 10001111 110100 0 100100 1001101 1101 100000 1001001 110110

Color Harmonies of #DF8F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F34

Black with #DF8F34

Text Example


Text Example

White with #DF8F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F34; }

 p { color: rgb(223,143,52); }

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

background-color css

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

 a { background-color: rgb(223,143,52); }

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

border-color css

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

 span { border-color: rgb(223,143,52); }

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