Html Css Color HEX #DD6F48 Jaffa

📋 copy color: '#DD6F48'

red 221 ◦ green 111 ◦ blue 72

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

Shades of Jaffa #DD6F48

Tints of Jaffa #DD6F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

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

R = 54.7%
G = 27.48%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD6F48 (or 0xDD6F48) is known color: Jaffa. HEX triplet: DD, 6F and 48. RGB value is (221,111,72). Sum of RGB (Red+Green+Blue) = 221+111+72=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F48 is #2290B7. Grayscale: #8B8B8B. Windows color (decimal): -2265272 or 4747229. OLE color: 4747229.

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

Color convert

RGB 221 111 72 -
CMYK 0 0.50 0.67 0.13
HSL 15.7º 0.69% 0.57% -
HSV(B) 15.7º 0.67% 0.87% -
XYZ 36.67 27.21 9.45 -
YUV 139.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 221 111 72 0 0.50 0.67 0.13 15.7 0.69 0.57
Hex DD 6F 48 0 32 43 D 10 45 39
Octal 335 157 110 0 62 103 15 20 105 71
Binary 11011101 1101111 1001000 0 110010 1000011 1101 10000 1000101 111001

Color Harmonies of #DD6F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F48

Black with #DD6F48

Text Example


Text Example

White with #DD6F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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