Html Css Color HEX #DD7542 Jaffa

📋 copy color: '#DD7542'

red 221 ◦ green 117 ◦ blue 66

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

Shades of Jaffa #DD7542

Tints of Jaffa #DD7542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.96%

 BLUE value IS 66 (26.17% from 255) = 16.34%

R = 54.7%
G = 28.96%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD7542 (or 0xDD7542) is known color: Jaffa. HEX triplet: DD, 75 and 42. RGB value is (221,117,66). Sum of RGB (Red+Green+Blue) = 221+117+66=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7542 is #228ABD. Grayscale: #8E8E8E. Windows color (decimal): -2263742 or 4355549. OLE color: 4355549.

HSL color Cylindrical-coordinate representation of color #DD7542: hue angle of 19.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD7542 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 66 -
CMYK 0 0.47 0.70 0.13
HSL 19.74º 0.7% 0.56% -
HSV(B) 19.74º 0.7% 0.87% -
XYZ 37.16 28.49 8.69 -
YUV 142.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 221 117 66 0 0.47 0.70 0.13 19.74 0.7 0.56
Hex DD 75 42 0 2F 46 D 14 46 38
Octal 335 165 102 0 57 106 15 24 106 70
Binary 11011101 1110101 1000010 0 101111 1000110 1101 10100 1000110 111000

Color Harmonies of #DD7542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7542

Black with #DD7542

Text Example


Text Example

White with #DD7542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7542; }

 p { color: rgb(221,117,66); }

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

background-color css

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

 a { background-color: rgb(221,117,66); }

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

border-color css

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

 span { border-color: rgb(221,117,66); }

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