Html Css Color HEX #DD7D50 Jaffa

📋 copy color: '#DD7D50'

red 221 ◦ green 125 ◦ blue 80

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

Shades of Jaffa #DD7D50

Tints of Jaffa #DD7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.34%

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

R = 51.88%
G = 29.34%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7D50 (or 0xDD7D50) is known color: Jaffa. HEX triplet: DD, 7D and 50. RGB value is (221,125,80). Sum of RGB (Red+Green+Blue) = 221+125+80=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D50 is #2282AF. Grayscale: #949494. Windows color (decimal): -2261680 or 5275101. OLE color: 5275101.

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

Color convert

RGB 221 125 80 -
CMYK 0 0.43 0.64 0.13
HSL 19.15º 0.67% 0.59% -
HSV(B) 19.15º 0.64% 0.87% -
XYZ 38.6 30.62 11.46 -
YUV 148.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 221 125 80 0 0.43 0.64 0.13 19.15 0.67 0.59
Hex DD 7D 50 0 2B 40 D 13 43 3B
Octal 335 175 120 0 53 100 15 23 103 73
Binary 11011101 1111101 1010000 0 101011 1000000 1101 10011 1000011 111011

Color Harmonies of #DD7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D50

Black with #DD7D50

Text Example


Text Example

White with #DD7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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