Html Css Color HEX #DD9278 Dark Salmon

📋 copy color: '#DD9278'

red 221 ◦ green 146 ◦ blue 120

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

Shades of Dark Salmon #DD9278

Tints of Dark Salmon #DD9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.98%

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

R = 45.38%
G = 29.98%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9278 (or 0xDD9278) is known color: Dark Salmon. HEX triplet: DD, 92 and 78. RGB value is (221,146,120). Sum of RGB (Red+Green+Blue) = 221+146+120=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9278 is #226D87. Grayscale: #A5A5A5. Windows color (decimal): -2256264 or 7901917. OLE color: 7901917.

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

Color convert

RGB 221 146 120 -
CMYK 0 0.34 0.46 0.13
HSL 15.45º 0.6% 0.67% -
HSV(B) 15.45º 0.46% 0.87% -
XYZ 43.49 37.29 22.67 -
YUV 165.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 221 146 120 0 0.34 0.46 0.13 15.45 0.6 0.67
Hex DD 92 78 0 22 2E D F 3C 43
Octal 335 222 170 0 42 56 15 17 74 103
Binary 11011101 10010010 1111000 0 100010 101110 1101 1111 111100 1000011

Color Harmonies of #DD9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9278

Black with #DD9278

Text Example


Text Example

White with #DD9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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