Html Css Color HEX #DE967F Dark Salmon

📋 copy color: '#DE967F'

red 222 ◦ green 150 ◦ blue 127

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

Shades of Dark Salmon #DE967F

Tints of Dark Salmon #DE967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

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

R = 44.49%
G = 30.06%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE967F (or 0xDE967F) is known color: Dark Salmon. HEX triplet: DE, 96 and 7F. RGB value is (222,150,127). Sum of RGB (Red+Green+Blue) = 222+150+127=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE967F is #216980. Grayscale: #A9A9A9. Windows color (decimal): -2189697 or 8361694. OLE color: 8361694.

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

Color convert

RGB 222 150 127 -
CMYK 0 0.32 0.43 0.13
HSL 14.53º 0.59% 0.68% -
HSV(B) 14.53º 0.43% 0.87% -
XYZ 44.86 38.87 25.22 -
YUV 168.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 222 150 127 0 0.32 0.43 0.13 14.53 0.59 0.68
Hex DE 96 7F 0 20 2B D F 3B 44
Octal 336 226 177 0 40 53 15 17 73 104
Binary 11011110 10010110 1111111 0 100000 101011 1101 1111 111011 1000100

Color Harmonies of #DE967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE967F

Black with #DE967F

Text Example


Text Example

White with #DE967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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