Html Css Color HEX #DE9A7F Dark Salmon

📋 copy color: '#DE9A7F'

red 222 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #DE9A7F

Tints of Dark Salmon #DE9A7F

RGB

 RED value IS 222 (87.11% from 255) = 44.14%

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

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

R = 44.14%
G = 30.62%
B = 25.25%

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

#DE9A7F (or 0xDE9A7F) is known color: Dark Salmon. HEX triplet: DE, 9A and 7F. RGB value is (222,154,127). Sum of RGB (Red+Green+Blue) = 222+154+127=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9A7F is #216580. Grayscale: #ABABAB. Windows color (decimal): -2188673 or 8362718. OLE color: 8362718.

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

Color convert

RGB 222 154 127 -
CMYK 0 0.31 0.43 0.13
HSL 17.05º 0.59% 0.68% -
HSV(B) 17.05º 0.43% 0.87% -
XYZ 45.51 40.17 25.43 -
YUV 171.25 103.03 164.2 -
System Red Green Blue C M Y K H S L
Decimal 222 154 127 0 0.31 0.43 0.13 17.05 0.59 0.68
Hex DE 9A 7F 0 1F 2B D 11 3B 44
Octal 336 232 177 0 37 53 15 21 73 104
Binary 11011110 10011010 1111111 0 11111 101011 1101 10001 111011 1000100

Color Harmonies of #DE9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9A7F

Black with #DE9A7F

Text Example


Text Example

White with #DE9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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