Html Css Color HEX #DD7746 Jaffa

📋 copy color: '#DD7746'

red 221 ◦ green 119 ◦ blue 70

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

Shades of Jaffa #DD7746

Tints of Jaffa #DD7746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

 BLUE value IS 70 (27.73% from 255) = 17.07%

R = 53.9%
G = 29.02%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7746 (or 0xDD7746) is known color: Jaffa. HEX triplet: DD, 77 and 46. RGB value is (221,119,70). Sum of RGB (Red+Green+Blue) = 221+119+70=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7746 is #2288B9. Grayscale: #909090. Windows color (decimal): -2263226 or 4618205. OLE color: 4618205.

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

Color convert

RGB 221 119 70 -
CMYK 0 0.46 0.68 0.13
HSL 19.47º 0.69% 0.57% -
HSV(B) 19.47º 0.68% 0.87% -
XYZ 37.52 29.01 9.42 -
YUV 143.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 221 119 70 0 0.46 0.68 0.13 19.47 0.69 0.57
Hex DD 77 46 0 2E 44 D 13 45 39
Octal 335 167 106 0 56 104 15 23 105 71
Binary 11011101 1110111 1000110 0 101110 1000100 1101 10011 1000101 111001

Color Harmonies of #DD7746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7746

Black with #DD7746

Text Example


Text Example

White with #DD7746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7746; }

 p { color: rgb(221,119,70); }

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

background-color css

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

 a { background-color: rgb(221,119,70); }

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

border-color css

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

 span { border-color: rgb(221,119,70); }

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