Html Css Color HEX #DD8252 Jaffa

📋 copy color: '#DD8252'

red 221 ◦ green 130 ◦ blue 82

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

Shades of Jaffa #DD8252

Tints of Jaffa #DD8252

RGB

 RED value IS 221 (86.72% from 255) = 51.04%

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

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

R = 51.04%
G = 30.02%
B = 18.94%

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

#DD8252 (or 0xDD8252) is known color: Jaffa. HEX triplet: DD, 82 and 52. RGB value is (221,130,82). Sum of RGB (Red+Green+Blue) = 221+130+82=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8252 is #227DAD. Grayscale: #989898. Windows color (decimal): -2260398 or 5407453. OLE color: 5407453.

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

Color convert

RGB 221 130 82 -
CMYK 0 0.41 0.63 0.13
HSL 20.72º 0.67% 0.59% -
HSV(B) 20.72º 0.63% 0.87% -
XYZ 39.32 31.95 12.08 -
YUV 151.74 88.65 177.4 -
System Red Green Blue C M Y K H S L
Decimal 221 130 82 0 0.41 0.63 0.13 20.72 0.67 0.59
Hex DD 82 52 0 29 3F D 15 43 3B
Octal 335 202 122 0 51 77 15 25 103 73
Binary 11011101 10000010 1010010 0 101001 111111 1101 10101 1000011 111011

Color Harmonies of #DD8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8252

Black with #DD8252

Text Example


Text Example

White with #DD8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8252; }

 p { color: rgb(221,130,82); }

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

background-color css

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

 a { background-color: rgb(221,130,82); }

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

border-color css

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

 span { border-color: rgb(221,130,82); }

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