Html Css Color HEX #DF804F Jaffa

📋 copy color: '#DF804F'

red 223 ◦ green 128 ◦ blue 79

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

Shades of Jaffa #DF804F

Tints of Jaffa #DF804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 51.86%
G = 29.77%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF804F (or 0xDF804F) is known color: Jaffa. HEX triplet: DF, 80 and 4F. RGB value is (223,128,79). Sum of RGB (Red+Green+Blue) = 223+128+79=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF804F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF804F is #207FB0. Grayscale: #979797. Windows color (decimal): -2129841 or 5210335. OLE color: 5210335.

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

Color convert

RGB 223 128 79 -
CMYK 0 0.43 0.65 0.13
HSL 20.42º 0.69% 0.59% -
HSV(B) 20.42º 0.65% 0.87% -
XYZ 39.56 31.69 11.43 -
YUV 150.82 87.47 179.48 -
System Red Green Blue C M Y K H S L
Decimal 223 128 79 0 0.43 0.65 0.13 20.42 0.69 0.59
Hex DF 80 4F 0 2B 41 D 14 45 3B
Octal 337 200 117 0 53 101 15 24 105 73
Binary 11011111 10000000 1001111 0 101011 1000001 1101 10100 1000101 111011

Color Harmonies of #DF804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF804F

Black with #DF804F

Text Example


Text Example

White with #DF804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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