Html Css Color HEX #DF804C Jaffa

📋 copy color: '#DF804C'

red 223 ◦ green 128 ◦ blue 76

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

Shades of Jaffa #DF804C

Tints of Jaffa #DF804C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 52.22%
G = 29.98%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF804C (or 0xDF804C) is known color: Jaffa. HEX triplet: DF, 80 and 4C. RGB value is (223,128,76). Sum of RGB (Red+Green+Blue) = 223+128+76=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF804C is #207FB3. Grayscale: #969696. Windows color (decimal): -2129844 or 5013727. OLE color: 5013727.

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

Color convert

RGB 223 128 76 -
CMYK 0 0.43 0.66 0.13
HSL 21.22º 0.7% 0.59% -
HSV(B) 21.22º 0.66% 0.87% -
XYZ 39.46 31.65 10.87 -
YUV 150.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 223 128 76 0 0.43 0.66 0.13 21.22 0.7 0.59
Hex DF 80 4C 0 2B 42 D 15 46 3B
Octal 337 200 114 0 53 102 15 25 106 73
Binary 11011111 10000000 1001100 0 101011 1000010 1101 10101 1000110 111011

Color Harmonies of #DF804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF804C

Black with #DF804C

Text Example


Text Example

White with #DF804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF804C; }

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

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

background-color css

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

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

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

border-color css

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

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

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