Html Css Color HEX #DD7E52 Jaffa

📋 copy color: '#DD7E52'

red 221 ◦ green 126 ◦ blue 82

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

Shades of Jaffa #DD7E52

Tints of Jaffa #DD7E52

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 51.52%
G = 29.37%
B = 19.11%

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

#DD7E52 (or 0xDD7E52) is known color: Jaffa. HEX triplet: DD, 7E and 52. RGB value is (221,126,82). Sum of RGB (Red+Green+Blue) = 221+126+82=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E52 is #2281AD. Grayscale: #959595. Windows color (decimal): -2261422 or 5406429. OLE color: 5406429.

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

Color convert

RGB 221 126 82 -
CMYK 0 0.43 0.63 0.13
HSL 18.99º 0.67% 0.59% -
HSV(B) 18.99º 0.63% 0.87% -
XYZ 38.8 30.9 11.9 -
YUV 149.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 221 126 82 0 0.43 0.63 0.13 18.99 0.67 0.59
Hex DD 7E 52 0 2B 3F D 13 43 3B
Octal 335 176 122 0 53 77 15 23 103 73
Binary 11011101 1111110 1010010 0 101011 111111 1101 10011 1000011 111011

Color Harmonies of #DD7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E52

Black with #DD7E52

Text Example


Text Example

White with #DD7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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