Html Css Color HEX #DD6D48 Jaffa

📋 copy color: '#DD6D48'

red 221 ◦ green 109 ◦ blue 72

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

Shades of Jaffa #DD6D48

Tints of Jaffa #DD6D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 54.98%
G = 27.11%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6D48 (or 0xDD6D48) is known color: Jaffa. HEX triplet: DD, 6D and 48. RGB value is (221,109,72). Sum of RGB (Red+Green+Blue) = 221+109+72=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D48 is #2292B7. Grayscale: #8A8A8A. Windows color (decimal): -2265784 or 4746717. OLE color: 4746717.

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

Color convert

RGB 221 109 72 -
CMYK 0 0.51 0.67 0.13
HSL 14.9º 0.69% 0.57% -
HSV(B) 14.9º 0.67% 0.87% -
XYZ 36.46 26.78 9.38 -
YUV 138.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 221 109 72 0 0.51 0.67 0.13 14.9 0.69 0.57
Hex DD 6D 48 0 33 43 D F 45 39
Octal 335 155 110 0 63 103 15 17 105 71
Binary 11011101 1101101 1001000 0 110011 1000011 1101 1111 1000101 111001

Color Harmonies of #DD6D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D48

Black with #DD6D48

Text Example


Text Example

White with #DD6D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D48; }

 p { color: rgb(221,109,72); }

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

background-color css

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

 a { background-color: rgb(221,109,72); }

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

border-color css

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

 span { border-color: rgb(221,109,72); }

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