Html Css Color HEX #DD7045 Jaffa

📋 copy color: '#DD7045'

red 221 ◦ green 112 ◦ blue 69

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

Shades of Jaffa #DD7045

Tints of Jaffa #DD7045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 54.98%
G = 27.86%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7045 (or 0xDD7045) is known color: Jaffa. HEX triplet: DD, 70 and 45. RGB value is (221,112,69). Sum of RGB (Red+Green+Blue) = 221+112+69=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7045 is #228FBA. Grayscale: #8B8B8B. Windows color (decimal): -2265019 or 4550877. OLE color: 4550877.

HSL color Cylindrical-coordinate representation of color #DD7045: hue angle of 16.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7045 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 69 -
CMYK 0 0.49 0.69 0.13
HSL 16.97º 0.69% 0.57% -
HSV(B) 16.97º 0.69% 0.87% -
XYZ 36.69 27.39 8.98 -
YUV 139.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 221 112 69 0 0.49 0.69 0.13 16.97 0.69 0.57
Hex DD 70 45 0 31 45 D 11 45 39
Octal 335 160 105 0 61 105 15 21 105 71
Binary 11011101 1110000 1000101 0 110001 1000101 1101 10001 1000101 111001

Color Harmonies of #DD7045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7045

Black with #DD7045

Text Example


Text Example

White with #DD7045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7045; }

 p { color: rgb(221,112,69); }

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

background-color css

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

 a { background-color: rgb(221,112,69); }

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

border-color css

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

 span { border-color: rgb(221,112,69); }

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