#DD7F52

Color #DD7F52 Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DD7F52

Tints of Jaffa #DD7F52

Color information

#DD7F52 (or 0xDD7F52) is unknown color: approx Jaffa. HEX triplet: DD, 7F and 52. RGB value is (221,127,82). Sum of RGB (Red+Green+Blue) = 221+127+82=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F52 is #2280AD. Grayscale: #969696. Windows color (decimal): -2261166 or 5406685. OLE color: 5406685.

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

Color convert

RGB22112782-
CMYK00.430.630.13
HSL19.42º67.15%59.41%-
HSV(B)19.42º62.9%86.67%-
XYZ38.9331.1611.95-
YUV149.9889.64178.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.40%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=51.40%
G=29.53%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211278200.430.630.1319.4267.1559.41
HexDD7F5202B3FD13433b
Octal33517712205377152310373
Binary110111011111111101001001010111111111101100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F52; }

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

 H1.HeaderClassName
 {
   color: #DD7F52;
 }
 .AnyTagClassName
 {
   color: #DD7F52;
 }
</style>
background-color css

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

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

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

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

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

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