Html Css Color HEX #DF9976 Dark Salmon

📋 copy color: '#DF9976'

red 223 ◦ green 153 ◦ blue 118

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

Shades of Dark Salmon #DF9976

Tints of Dark Salmon #DF9976

RGB

 RED value IS 223 (87.5% from 255) = 45.14%

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 45.14%
G = 30.97%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9976 (or 0xDF9976) is known color: Dark Salmon. HEX triplet: DF, 99 and 76. RGB value is (223,153,118). Sum of RGB (Red+Green+Blue) = 223+153+118=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9976 is #206689. Grayscale: #AAAAAA. Windows color (decimal): -2123402 or 7772639. OLE color: 7772639.

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

Color convert

RGB 223 153 118 -
CMYK 0 0.31 0.47 0.13
HSL 20º 0.62% 0.67% -
HSV(B) 20º 0.47% 0.87% -
XYZ 45.09 39.78 22.44 -
YUV 169.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 223 153 118 0 0.31 0.47 0.13 20 0.62 0.67
Hex DF 99 76 0 1F 2F D 14 3E 43
Octal 337 231 166 0 37 57 15 24 76 103
Binary 11011111 10011001 1110110 0 11111 101111 1101 10100 111110 1000011

Color Harmonies of #DF9976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9976

Black with #DF9976

Text Example


Text Example

White with #DF9976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9976; }

 p { color: rgb(223,153,118); }

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

background-color css

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

 a { background-color: rgb(223,153,118); }

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

border-color css

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

 span { border-color: rgb(223,153,118); }

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