Html Css Color HEX #DD7748 Jaffa

📋 copy color: '#DD7748'

red 221 ◦ green 119 ◦ blue 72

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

Shades of Jaffa #DD7748

Tints of Jaffa #DD7748

RGB

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

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

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

R = 53.64%
G = 28.88%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7748 (or 0xDD7748) is known color: Jaffa. HEX triplet: DD, 77 and 48. RGB value is (221,119,72). Sum of RGB (Red+Green+Blue) = 221+119+72=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7748 is #2288B7. Grayscale: #909090. Windows color (decimal): -2263224 or 4749277. OLE color: 4749277.

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

Color convert

RGB 221 119 72 -
CMYK 0 0.46 0.67 0.13
HSL 18.93º 0.69% 0.57% -
HSV(B) 18.93º 0.67% 0.87% -
XYZ 37.59 29.03 9.75 -
YUV 144.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 221 119 72 0 0.46 0.67 0.13 18.93 0.69 0.57
Hex DD 77 48 0 2E 43 D 13 45 39
Octal 335 167 110 0 56 103 15 23 105 71
Binary 11011101 1110111 1001000 0 101110 1000011 1101 10011 1000101 111001

Color Harmonies of #DD7748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7748

Black with #DD7748

Text Example


Text Example

White with #DD7748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7748; }

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

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

background-color css

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

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

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

border-color css

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

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

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