Html Css Color HEX #DD967E Dark Salmon

📋 copy color: '#DD967E'

red 221 ◦ green 150 ◦ blue 126

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

Shades of Dark Salmon #DD967E

Tints of Dark Salmon #DD967E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.35%

R = 44.47%
G = 30.18%
B = 25.35%

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

#DD967E (or 0xDD967E) is known color: Dark Salmon. HEX triplet: DD, 96 and 7E. RGB value is (221,150,126). Sum of RGB (Red+Green+Blue) = 221+150+126=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967E is #226981. Grayscale: #A8A8A8. Windows color (decimal): -2255234 or 8296157. OLE color: 8296157.

HSL color Cylindrical-coordinate representation of color #DD967E: hue angle of 15.16º degrees, saturation: 0.58, 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 #DD967E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 126 -
CMYK 0 0.32 0.43 0.13
HSL 15.16º 0.58% 0.68% -
HSV(B) 15.16º 0.43% 0.87% -
XYZ 44.49 38.69 24.86 -
YUV 168.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 221 150 126 0 0.32 0.43 0.13 15.16 0.58 0.68
Hex DD 96 7E 0 20 2B D F 3A 44
Octal 335 226 176 0 40 53 15 17 72 104
Binary 11011101 10010110 1111110 0 100000 101011 1101 1111 111010 1000100

Color Harmonies of #DD967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD967E

Black with #DD967E

Text Example


Text Example

White with #DD967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD967E; }

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

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

background-color css

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

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

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

border-color css

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

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

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