Html Css Color HEX #DD9781 Dark Salmon

📋 copy color: '#DD9781'

red 221 ◦ green 151 ◦ blue 129

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

Shades of Dark Salmon #DD9781

Tints of Dark Salmon #DD9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 44.11%
G = 30.14%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD9781 (or 0xDD9781) is known color: Dark Salmon. HEX triplet: DD, 97 and 81. RGB value is (221,151,129). Sum of RGB (Red+Green+Blue) = 221+151+129=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9781 is #22687E. Grayscale: #A9A9A9. Windows color (decimal): -2254975 or 8493021. OLE color: 8493021.

HSL color Cylindrical-coordinate representation of color #DD9781: hue angle of 14.35º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9781 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 129 -
CMYK 0 0.32 0.42 0.13
HSL 14.35º 0.58% 0.69% -
HSV(B) 14.35º 0.42% 0.87% -
XYZ 44.85 39.09 25.95 -
YUV 169.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 221 151 129 0 0.32 0.42 0.13 14.35 0.58 0.69
Hex DD 97 81 0 20 2A D E 3A 45
Octal 335 227 201 0 40 52 15 16 72 105
Binary 11011101 10010111 10000001 0 100000 101010 1101 1110 111010 1000101

Color Harmonies of #DD9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9781

Black with #DD9781

Text Example


Text Example

White with #DD9781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9781; }

 p { color: rgb(221,151,129); }

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

background-color css

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

 a { background-color: rgb(221,151,129); }

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

border-color css

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

 span { border-color: rgb(221,151,129); }

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