Html Css Color HEX #DD9A78 Dark Salmon

📋 copy color: '#DD9A78'

red 221 ◦ green 154 ◦ blue 120

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

Shades of Dark Salmon #DD9A78

Tints of Dark Salmon #DD9A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 120 (47.27% from 255) = 24.24%

R = 44.65%
G = 31.11%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9A78 (or 0xDD9A78) is known color: Dark Salmon. HEX triplet: DD, 9A and 78. RGB value is (221,154,120). Sum of RGB (Red+Green+Blue) = 221+154+120=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A78 is #226587. Grayscale: #AAAAAA. Windows color (decimal): -2254216 or 7903965. OLE color: 7903965.

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

Color convert

RGB 221 154 120 -
CMYK 0 0.30 0.46 0.13
HSL 20.2º 0.6% 0.67% -
HSV(B) 20.2º 0.46% 0.87% -
XYZ 44.76 39.84 23.1 -
YUV 170.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 221 154 120 0 0.30 0.46 0.13 20.2 0.6 0.67
Hex DD 9A 78 0 1E 2E D 14 3C 43
Octal 335 232 170 0 36 56 15 24 74 103
Binary 11011101 10011010 1111000 0 11110 101110 1101 10100 111100 1000011

Color Harmonies of #DD9A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A78

Black with #DD9A78

Text Example


Text Example

White with #DD9A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A78; }

 p { color: rgb(221,154,120); }

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

background-color css

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

 a { background-color: rgb(221,154,120); }

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

border-color css

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

 span { border-color: rgb(221,154,120); }

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