Html Css Color HEX #DD7948 Jaffa

📋 copy color: '#DD7948'

red 221 ◦ green 121 ◦ blue 72

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

Shades of Jaffa #DD7948

Tints of Jaffa #DD7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.23%

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

R = 53.38%
G = 29.23%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7948 (or 0xDD7948) is known color: Jaffa. HEX triplet: DD, 79 and 48. RGB value is (221,121,72). Sum of RGB (Red+Green+Blue) = 221+121+72=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7948 is #2286B7. Grayscale: #919191. Windows color (decimal): -2262712 or 4749789. OLE color: 4749789.

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

Color convert

RGB 221 121 72 -
CMYK 0 0.45 0.67 0.13
HSL 19.73º 0.69% 0.57% -
HSV(B) 19.73º 0.67% 0.87% -
XYZ 37.83 29.51 9.83 -
YUV 145.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 221 121 72 0 0.45 0.67 0.13 19.73 0.69 0.57
Hex DD 79 48 0 2D 43 D 14 45 39
Octal 335 171 110 0 55 103 15 24 105 71
Binary 11011101 1111001 1001000 0 101101 1000011 1101 10100 1000101 111001

Color Harmonies of #DD7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7948

Black with #DD7948

Text Example


Text Example

White with #DD7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7948; }

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

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

background-color css

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

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

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

border-color css

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

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

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