Html Css Color HEX #DF8452 Jaffa

📋 copy color: '#DF8452'

red 223 ◦ green 132 ◦ blue 82

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

Shades of Jaffa #DF8452

Tints of Jaffa #DF8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

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

R = 51.03%
G = 30.21%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8452 (or 0xDF8452) is known color: Jaffa. HEX triplet: DF, 84 and 52. RGB value is (223,132,82). Sum of RGB (Red+Green+Blue) = 223+132+82=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8452 is #207BAD. Grayscale: #999999. Windows color (decimal): -2128814 or 5407967. OLE color: 5407967.

HSL color Cylindrical-coordinate representation of color #DF8452: hue angle of 21.28º 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 #DF8452 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 132 82 -
CMYK 0 0.41 0.63 0.13
HSL 21.28º 0.69% 0.6% -
HSV(B) 21.28º 0.63% 0.87% -
XYZ 40.21 32.8 12.19 -
YUV 153.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 223 132 82 0 0.41 0.63 0.13 21.28 0.69 0.6
Hex DF 84 52 0 29 3F D 15 45 3C
Octal 337 204 122 0 51 77 15 25 105 74
Binary 11011111 10000100 1010010 0 101001 111111 1101 10101 1000101 111100

Color Harmonies of #DF8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8452

Black with #DF8452

Text Example


Text Example

White with #DF8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8452; }

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

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

background-color css

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

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

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

border-color css

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

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

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