Html Css Color HEX #DD7A50 Jaffa

📋 copy color: '#DD7A50'

red 221 ◦ green 122 ◦ blue 80

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

Shades of Jaffa #DD7A50

Tints of Jaffa #DD7A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 80 (31.64% from 255) = 18.91%

R = 52.25%
G = 28.84%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7A50 (or 0xDD7A50) is known color: Jaffa. HEX triplet: DD, 7A and 50. RGB value is (221,122,80). Sum of RGB (Red+Green+Blue) = 221+122+80=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A50 is #2285AF. Grayscale: #939393. Windows color (decimal): -2262448 or 5274333. OLE color: 5274333.

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

Color convert

RGB 221 122 80 -
CMYK 0 0.45 0.64 0.13
HSL 17.87º 0.67% 0.59% -
HSV(B) 17.87º 0.64% 0.87% -
XYZ 38.23 29.87 11.34 -
YUV 146.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 221 122 80 0 0.45 0.64 0.13 17.87 0.67 0.59
Hex DD 7A 50 0 2D 40 D 12 43 3B
Octal 335 172 120 0 55 100 15 22 103 73
Binary 11011101 1111010 1010000 0 101101 1000000 1101 10010 1000011 111011

Color Harmonies of #DD7A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A50

Black with #DD7A50

Text Example


Text Example

White with #DD7A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A50; }

 p { color: rgb(221,122,80); }

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

background-color css

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

 a { background-color: rgb(221,122,80); }

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

border-color css

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

 span { border-color: rgb(221,122,80); }

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