Html Css Color HEX #DF8253 Jaffa

📋 copy color: '#DF8253'

red 223 ◦ green 130 ◦ blue 83

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

Shades of Jaffa #DF8253

Tints of Jaffa #DF8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 51.15%
G = 29.82%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF8253 (or 0xDF8253) is known color: Jaffa. HEX triplet: DF, 82 and 53. RGB value is (223,130,83). Sum of RGB (Red+Green+Blue) = 223+130+83=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8253 is #207DAC. Grayscale: #989898. Windows color (decimal): -2129325 or 5472991. OLE color: 5472991.

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

Color convert

RGB 223 130 83 -
CMYK 0 0.42 0.63 0.13
HSL 20.14º 0.69% 0.6% -
HSV(B) 20.14º 0.63% 0.87% -
XYZ 39.98 32.28 12.31 -
YUV 152.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 223 130 83 0 0.42 0.63 0.13 20.14 0.69 0.6
Hex DF 82 53 0 2A 3F D 14 45 3C
Octal 337 202 123 0 52 77 15 24 105 74
Binary 11011111 10000010 1010011 0 101010 111111 1101 10100 1000101 111100

Color Harmonies of #DF8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8253

Black with #DF8253

Text Example


Text Example

White with #DF8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8253; }

 p { color: rgb(223,130,83); }

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

background-color css

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

 a { background-color: rgb(223,130,83); }

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

border-color css

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

 span { border-color: rgb(223,130,83); }

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