Html Css Color HEX #DD7545 Jaffa

📋 copy color: '#DD7545'

red 221 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #DD7545

Tints of Jaffa #DD7545

RGB

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

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

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

R = 54.3%
G = 28.75%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7545 (or 0xDD7545) is known color: Jaffa. HEX triplet: DD, 75 and 45. RGB value is (221,117,69). Sum of RGB (Red+Green+Blue) = 221+117+69=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7545 is #228ABA. Grayscale: #8E8E8E. Windows color (decimal): -2263739 or 4552157. OLE color: 4552157.

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

Color convert

RGB 221 117 69 -
CMYK 0 0.47 0.69 0.13
HSL 18.95º 0.69% 0.57% -
HSV(B) 18.95º 0.69% 0.87% -
XYZ 37.25 28.52 9.17 -
YUV 142.62 86.46 183.9 -
System Red Green Blue C M Y K H S L
Decimal 221 117 69 0 0.47 0.69 0.13 18.95 0.69 0.57
Hex DD 75 45 0 2F 45 D 13 45 39
Octal 335 165 105 0 57 105 15 23 105 71
Binary 11011101 1110101 1000101 0 101111 1000101 1101 10011 1000101 111001

Color Harmonies of #DD7545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7545

Black with #DD7545

Text Example


Text Example

White with #DD7545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7545; }

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

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

background-color css

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

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

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

border-color css

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

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

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