Html Css Color HEX #DD7D51 Jaffa

📋 copy color: '#DD7D51'

red 221 ◦ green 125 ◦ blue 81

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

Shades of Jaffa #DD7D51

Tints of Jaffa #DD7D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 81 (32.03% from 255) = 18.97%

R = 51.76%
G = 29.27%
B = 18.97%

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

#DD7D51 (or 0xDD7D51) is known color: Jaffa. HEX triplet: DD, 7D and 51. RGB value is (221,125,81). Sum of RGB (Red+Green+Blue) = 221+125+81=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D51 is #2282AE. Grayscale: #949494. Windows color (decimal): -2261679 or 5340637. OLE color: 5340637.

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

Color convert

RGB 221 125 81 -
CMYK 0 0.43 0.63 0.13
HSL 18.86º 0.67% 0.59% -
HSV(B) 18.86º 0.63% 0.87% -
XYZ 38.64 30.63 11.66 -
YUV 148.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 221 125 81 0 0.43 0.63 0.13 18.86 0.67 0.59
Hex DD 7D 51 0 2B 3F D 13 43 3B
Octal 335 175 121 0 53 77 15 23 103 73
Binary 11011101 1111101 1010001 0 101011 111111 1101 10011 1000011 111011

Color Harmonies of #DD7D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D51

Black with #DD7D51

Text Example


Text Example

White with #DD7D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D51; }

 p { color: rgb(221,125,81); }

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

background-color css

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

 a { background-color: rgb(221,125,81); }

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

border-color css

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

 span { border-color: rgb(221,125,81); }

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