Html Css Color HEX #DD7B4A Jaffa

📋 copy color: '#DD7B4A'

red 221 ◦ green 123 ◦ blue 74

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

Shades of Jaffa #DD7B4A

Tints of Jaffa #DD7B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 52.87%
G = 29.43%
B = 17.7%

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

#DD7B4A (or 0xDD7B4A) is known color: Jaffa. HEX triplet: DD, 7B and 4A. RGB value is (221,123,74). Sum of RGB (Red+Green+Blue) = 221+123+74=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B4A is #2284B5. Grayscale: #939393. Windows color (decimal): -2262198 or 4881373. OLE color: 4881373.

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

Color convert

RGB 221 123 74 -
CMYK 0 0.44 0.67 0.13
HSL 20º 0.68% 0.58% -
HSV(B) 20º 0.67% 0.87% -
XYZ 38.14 30.03 10.27 -
YUV 146.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 221 123 74 0 0.44 0.67 0.13 20 0.68 0.58
Hex DD 7B 4A 0 2C 43 D 14 44 3A
Octal 335 173 112 0 54 103 15 24 104 72
Binary 11011101 1111011 1001010 0 101100 1000011 1101 10100 1000100 111010

Color Harmonies of #DD7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B4A

Black with #DD7B4A

Text Example


Text Example

White with #DD7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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