Html Css Color HEX #DD967D Dark Salmon

📋 copy color: '#DD967D'

red 221 ◦ green 150 ◦ blue 125

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

Shades of Dark Salmon #DD967D

Tints of Dark Salmon #DD967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

 BLUE value IS 125 (49.22% from 255) = 25.2%

R = 44.56%
G = 30.24%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD967D (or 0xDD967D) is known color: Dark Salmon. HEX triplet: DD, 96 and 7D. RGB value is (221,150,125). Sum of RGB (Red+Green+Blue) = 221+150+125=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967D is #226982. Grayscale: #A8A8A8. Windows color (decimal): -2255235 or 8230621. OLE color: 8230621.

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

Color convert

RGB 221 150 125 -
CMYK 0 0.32 0.43 0.13
HSL 15.63º 0.59% 0.68% -
HSV(B) 15.63º 0.43% 0.87% -
XYZ 44.43 38.67 24.52 -
YUV 168.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 221 150 125 0 0.32 0.43 0.13 15.63 0.59 0.68
Hex DD 96 7D 0 20 2B D 10 3B 44
Octal 335 226 175 0 40 53 15 20 73 104
Binary 11011101 10010110 1111101 0 100000 101011 1101 10000 111011 1000100

Color Harmonies of #DD967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD967D

Black with #DD967D

Text Example


Text Example

White with #DD967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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