Html Css Color HEX #DF9877 Dark Salmon

📋 copy color: '#DF9877'

red 223 ◦ green 152 ◦ blue 119

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

Shades of Dark Salmon #DF9877

Tints of Dark Salmon #DF9877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.77%

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

R = 45.14%
G = 30.77%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9877 (or 0xDF9877) is known color: Dark Salmon. HEX triplet: DF, 98 and 77. RGB value is (223,152,119). Sum of RGB (Red+Green+Blue) = 223+152+119=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9877 is #206788. Grayscale: #A9A9A9. Windows color (decimal): -2123657 or 7837919. OLE color: 7837919.

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

Color convert

RGB 223 152 119 -
CMYK 0 0.32 0.47 0.13
HSL 19.04º 0.62% 0.67% -
HSV(B) 19.04º 0.47% 0.87% -
XYZ 44.99 39.48 22.7 -
YUV 169.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 223 152 119 0 0.32 0.47 0.13 19.04 0.62 0.67
Hex DF 98 77 0 20 2F D 13 3E 43
Octal 337 230 167 0 40 57 15 23 76 103
Binary 11011111 10011000 1110111 0 100000 101111 1101 10011 111110 1000011

Color Harmonies of #DF9877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9877

Black with #DF9877

Text Example


Text Example

White with #DF9877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9877; }

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

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

background-color css

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

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

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

border-color css

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

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

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