Html Css Color HEX #DD967B Dark Salmon

📋 copy color: '#DD967B'

red 221 ◦ green 150 ◦ blue 123

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

Shades of Dark Salmon #DD967B

Tints of Dark Salmon #DD967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 44.74%
G = 30.36%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD967B (or 0xDD967B) is known color: Dark Salmon. HEX triplet: DD, 96 and 7B. RGB value is (221,150,123). Sum of RGB (Red+Green+Blue) = 221+150+123=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967B is #226984. Grayscale: #A8A8A8. Windows color (decimal): -2255237 or 8099549. OLE color: 8099549.

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

Color convert

RGB 221 150 123 -
CMYK 0 0.32 0.44 0.13
HSL 16.53º 0.59% 0.67% -
HSV(B) 16.53º 0.44% 0.87% -
XYZ 44.3 38.61 23.86 -
YUV 168.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 221 150 123 0 0.32 0.44 0.13 16.53 0.59 0.67
Hex DD 96 7B 0 20 2C D 11 3B 43
Octal 335 226 173 0 40 54 15 21 73 103
Binary 11011101 10010110 1111011 0 100000 101100 1101 10001 111011 1000011

Color Harmonies of #DD967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD967B

Black with #DD967B

Text Example


Text Example

White with #DD967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD967B; }

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

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

background-color css

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

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

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

border-color css

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

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

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