Html Css Color HEX #DD7345 Jaffa

📋 copy color: '#DD7345'

red 221 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #DD7345

Tints of Jaffa #DD7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 54.57%
G = 28.4%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7345 (or 0xDD7345) is known color: Jaffa. HEX triplet: DD, 73 and 45. RGB value is (221,115,69). Sum of RGB (Red+Green+Blue) = 221+115+69=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7345 is #228CBA. Grayscale: #8D8D8D. Windows color (decimal): -2264251 or 4551645. OLE color: 4551645.

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

Color convert

RGB 221 115 69 -
CMYK 0 0.48 0.69 0.13
HSL 18.16º 0.69% 0.57% -
HSV(B) 18.16º 0.69% 0.87% -
XYZ 37.02 28.06 9.1 -
YUV 141.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 221 115 69 0 0.48 0.69 0.13 18.16 0.69 0.57
Hex DD 73 45 0 30 45 D 12 45 39
Octal 335 163 105 0 60 105 15 22 105 71
Binary 11011101 1110011 1000101 0 110000 1000101 1101 10010 1000101 111001

Color Harmonies of #DD7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7345

Black with #DD7345

Text Example


Text Example

White with #DD7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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