Html Css Color HEX #DF9A77 Dark Salmon

📋 copy color: '#DF9A77'

red 223 ◦ green 154 ◦ blue 119

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

Shades of Dark Salmon #DF9A77

Tints of Dark Salmon #DF9A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.05%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 44.96%
G = 31.05%
B = 23.99%

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

#DF9A77 (or 0xDF9A77) is known color: Dark Salmon. HEX triplet: DF, 9A and 77. RGB value is (223,154,119). Sum of RGB (Red+Green+Blue) = 223+154+119=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A77 is #206588. Grayscale: #AAAAAA. Windows color (decimal): -2123145 or 7838431. OLE color: 7838431.

HSL color Cylindrical-coordinate representation of color #DF9A77: hue angle of 20.19º 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 #DF9A77 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 154 119 -
CMYK 0 0.31 0.47 0.13
HSL 20.19º 0.62% 0.67% -
HSV(B) 20.19º 0.47% 0.87% -
XYZ 45.32 40.13 22.81 -
YUV 170.64 98.86 165.35 -
System Red Green Blue C M Y K H S L
Decimal 223 154 119 0 0.31 0.47 0.13 20.19 0.62 0.67
Hex DF 9A 77 0 1F 2F D 14 3E 43
Octal 337 232 167 0 37 57 15 24 76 103
Binary 11011111 10011010 1110111 0 11111 101111 1101 10100 111110 1000011

Color Harmonies of #DF9A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A77

Black with #DF9A77

Text Example


Text Example

White with #DF9A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A77; }

 p { color: rgb(223,154,119); }

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

background-color css

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

 a { background-color: rgb(223,154,119); }

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

border-color css

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

 span { border-color: rgb(223,154,119); }

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