Html Css Color HEX #DF9A7F Dark Salmon

📋 copy color: '#DF9A7F'

red 223 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #DF9A7F

Tints of Dark Salmon #DF9A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.2%

R = 44.25%
G = 30.56%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF9A7F (or 0xDF9A7F) is known color: Dark Salmon. HEX triplet: DF, 9A and 7F. RGB value is (223,154,127). Sum of RGB (Red+Green+Blue) = 223+154+127=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A7F is #206580. Grayscale: #ABABAB. Windows color (decimal): -2123137 or 8362719. OLE color: 8362719.

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

Color convert

RGB 223 154 127 -
CMYK 0 0.31 0.43 0.13
HSL 16.88º 0.6% 0.69% -
HSV(B) 16.88º 0.43% 0.87% -
XYZ 45.82 40.33 25.45 -
YUV 171.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 223 154 127 0 0.31 0.43 0.13 16.88 0.6 0.69
Hex DF 9A 7F 0 1F 2B D 11 3C 45
Octal 337 232 177 0 37 53 15 21 74 105
Binary 11011111 10011010 1111111 0 11111 101011 1101 10001 111100 1000101

Color Harmonies of #DF9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A7F

Black with #DF9A7F

Text Example


Text Example

White with #DF9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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