Html Css Color HEX #DD7646 Jaffa

📋 copy color: '#DD7646'

red 221 ◦ green 118 ◦ blue 70

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

Shades of Jaffa #DD7646

Tints of Jaffa #DD7646

RGB

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

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

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

R = 54.03%
G = 28.85%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7646 (or 0xDD7646) is known color: Jaffa. HEX triplet: DD, 76 and 46. RGB value is (221,118,70). Sum of RGB (Red+Green+Blue) = 221+118+70=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7646 is #2289B9. Grayscale: #8F8F8F. Windows color (decimal): -2263482 or 4617949. OLE color: 4617949.

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

Color convert

RGB 221 118 70 -
CMYK 0 0.47 0.68 0.13
HSL 19.07º 0.69% 0.57% -
HSV(B) 19.07º 0.68% 0.87% -
XYZ 37.4 28.77 9.38 -
YUV 143.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 221 118 70 0 0.47 0.68 0.13 19.07 0.69 0.57
Hex DD 76 46 0 2F 44 D 13 45 39
Octal 335 166 106 0 57 104 15 23 105 71
Binary 11011101 1110110 1000110 0 101111 1000100 1101 10011 1000101 111001

Color Harmonies of #DD7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7646

Black with #DD7646

Text Example


Text Example

White with #DD7646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7646; }

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

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

background-color css

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

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

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

border-color css

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

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

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