Html Css Color HEX #DF8052 Jaffa

📋 copy color: '#DF8052'

red 223 ◦ green 128 ◦ blue 82

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

Shades of Jaffa #DF8052

Tints of Jaffa #DF8052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.94%

R = 51.5%
G = 29.56%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8052 (or 0xDF8052) is known color: Jaffa. HEX triplet: DF, 80 and 52. RGB value is (223,128,82). Sum of RGB (Red+Green+Blue) = 223+128+82=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8052 is #207FAD. Grayscale: #979797. Windows color (decimal): -2129838 or 5406943. OLE color: 5406943.

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

Color convert

RGB 223 128 82 -
CMYK 0 0.43 0.63 0.13
HSL 19.57º 0.69% 0.6% -
HSV(B) 19.57º 0.63% 0.87% -
XYZ 39.67 31.74 12.02 -
YUV 151.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 223 128 82 0 0.43 0.63 0.13 19.57 0.69 0.6
Hex DF 80 52 0 2B 3F D 14 45 3C
Octal 337 200 122 0 53 77 15 24 105 74
Binary 11011111 10000000 1010010 0 101011 111111 1101 10100 1000101 111100

Color Harmonies of #DF8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8052

Black with #DF8052

Text Example


Text Example

White with #DF8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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