Html Css Color HEX #DF8042 Pizazz

📋 copy color: '#DF8042'

red 223 ◦ green 128 ◦ blue 66

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

Shades of Pizazz #DF8042

Tints of Pizazz #DF8042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.7%

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 53.48%
G = 30.7%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF8042 (or 0xDF8042) is known color: Pizazz. HEX triplet: DF, 80 and 42. RGB value is (223,128,66). Sum of RGB (Red+Green+Blue) = 223+128+66=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8042 is #207FBD. Grayscale: #959595. Windows color (decimal): -2129854 or 4358367. OLE color: 4358367.

HSL color Cylindrical-coordinate representation of color #DF8042: hue angle of 23.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF8042 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 128 66 -
CMYK 0 0.43 0.70 0.13
HSL 23.69º 0.71% 0.57% -
HSV(B) 23.69º 0.7% 0.87% -
XYZ 39.13 31.52 9.18 -
YUV 149.34 80.97 180.54 -
System Red Green Blue C M Y K H S L
Decimal 223 128 66 0 0.43 0.70 0.13 23.69 0.71 0.57
Hex DF 80 42 0 2B 46 D 18 47 39
Octal 337 200 102 0 53 106 15 30 107 71
Binary 11011111 10000000 1000010 0 101011 1000110 1101 11000 1000111 111001

Color Harmonies of #DF8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8042

Black with #DF8042

Text Example


Text Example

White with #DF8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8042; }

 p { color: rgb(223,128,66); }

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

background-color css

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

 a { background-color: rgb(223,128,66); }

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

border-color css

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

 span { border-color: rgb(223,128,66); }

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