Html Css Color HEX #DD7B48 Jaffa

📋 copy color: '#DD7B48'

red 221 ◦ green 123 ◦ blue 72

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

Shades of Jaffa #DD7B48

Tints of Jaffa #DD7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

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

R = 53.13%
G = 29.57%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7B48 (or 0xDD7B48) is known color: Jaffa. HEX triplet: DD, 7B and 48. RGB value is (221,123,72). Sum of RGB (Red+Green+Blue) = 221+123+72=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B48 is #2284B7. Grayscale: #929292. Windows color (decimal): -2262200 or 4750301. OLE color: 4750301.

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

Color convert

RGB 221 123 72 -
CMYK 0 0.44 0.67 0.13
HSL 20.54º 0.69% 0.57% -
HSV(B) 20.54º 0.67% 0.87% -
XYZ 38.07 30.01 9.92 -
YUV 146.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 221 123 72 0 0.44 0.67 0.13 20.54 0.69 0.57
Hex DD 7B 48 0 2C 43 D 15 45 39
Octal 335 173 110 0 54 103 15 25 105 71
Binary 11011101 1111011 1001000 0 101100 1000011 1101 10101 1000101 111001

Color Harmonies of #DD7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B48

Black with #DD7B48

Text Example


Text Example

White with #DD7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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