Html Css Color HEX #DD967A Dark Salmon

📋 copy color: '#DD967A'

red 221 ◦ green 150 ◦ blue 122

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

Shades of Dark Salmon #DD967A

Tints of Dark Salmon #DD967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 44.83%
G = 30.43%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD967A (or 0xDD967A) is known color: Dark Salmon. HEX triplet: DD, 96 and 7A. RGB value is (221,150,122). Sum of RGB (Red+Green+Blue) = 221+150+122=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD967A is #226985. Grayscale: #A8A8A8. Windows color (decimal): -2255238 or 8034013. OLE color: 8034013.

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

Color convert

RGB 221 150 122 -
CMYK 0 0.32 0.45 0.13
HSL 16.97º 0.59% 0.67% -
HSV(B) 16.97º 0.45% 0.87% -
XYZ 44.24 38.59 23.53 -
YUV 168.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 221 150 122 0 0.32 0.45 0.13 16.97 0.59 0.67
Hex DD 96 7A 0 20 2D D 11 3B 43
Octal 335 226 172 0 40 55 15 21 73 103
Binary 11011101 10010110 1111010 0 100000 101101 1101 10001 111011 1000011

Color Harmonies of #DD967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD967A

Black with #DD967A

Text Example


Text Example

White with #DD967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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