Html Css Color HEX #DD9078 Dark Salmon

📋 copy color: '#DD9078'

red 221 ◦ green 144 ◦ blue 120

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

Shades of Dark Salmon #DD9078

Tints of Dark Salmon #DD9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 45.57%
G = 29.69%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9078 (or 0xDD9078) is known color: Dark Salmon. HEX triplet: DD, 90 and 78. RGB value is (221,144,120). Sum of RGB (Red+Green+Blue) = 221+144+120=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9078 is #226F87. Grayscale: #A4A4A4. Windows color (decimal): -2256776 or 7901405. OLE color: 7901405.

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

Color convert

RGB 221 144 120 -
CMYK 0 0.35 0.46 0.13
HSL 14.26º 0.6% 0.67% -
HSV(B) 14.26º 0.46% 0.87% -
XYZ 43.18 36.67 22.57 -
YUV 164.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 221 144 120 0 0.35 0.46 0.13 14.26 0.6 0.67
Hex DD 90 78 0 23 2E D E 3C 43
Octal 335 220 170 0 43 56 15 16 74 103
Binary 11011101 10010000 1111000 0 100011 101110 1101 1110 111100 1000011

Color Harmonies of #DD9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9078

Black with #DD9078

Text Example


Text Example

White with #DD9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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