Html Css Color HEX #DD7645 Jaffa

📋 copy color: '#DD7645'

red 221 ◦ green 118 ◦ blue 69

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

Shades of Jaffa #DD7645

Tints of Jaffa #DD7645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

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

R = 54.17%
G = 28.92%
B = 16.91%

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

#DD7645 (or 0xDD7645) is known color: Jaffa. HEX triplet: DD, 76 and 45. RGB value is (221,118,69). Sum of RGB (Red+Green+Blue) = 221+118+69=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7645 is #2289BA. Grayscale: #8F8F8F. Windows color (decimal): -2263483 or 4552413. OLE color: 4552413.

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

Color convert

RGB 221 118 69 -
CMYK 0 0.47 0.69 0.13
HSL 19.34º 0.69% 0.57% -
HSV(B) 19.34º 0.69% 0.87% -
XYZ 37.37 28.76 9.21 -
YUV 143.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 221 118 69 0 0.47 0.69 0.13 19.34 0.69 0.57
Hex DD 76 45 0 2F 45 D 13 45 39
Octal 335 166 105 0 57 105 15 23 105 71
Binary 11011101 1110110 1000101 0 101111 1000101 1101 10011 1000101 111001

Color Harmonies of #DD7645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7645

Black with #DD7645

Text Example


Text Example

White with #DD7645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7645; }

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

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

background-color css

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

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

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

border-color css

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

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

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