Html Css Color HEX #DE947B Dark Salmon

📋 copy color: '#DE947B'

red 222 ◦ green 148 ◦ blue 123

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

Shades of Dark Salmon #DE947B

Tints of Dark Salmon #DE947B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

 BLUE value IS 123 (48.44% from 255) = 24.95%

R = 45.03%
G = 30.02%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE947B (or 0xDE947B) is known color: Dark Salmon. HEX triplet: DE, 94 and 7B. RGB value is (222,148,123). Sum of RGB (Red+Green+Blue) = 222+148+123=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DE947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE947B is #216B84. Grayscale: #A7A7A7. Windows color (decimal): -2190213 or 8099038. OLE color: 8099038.

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

Color convert

RGB 222 148 123 -
CMYK 0 0.33 0.45 0.13
HSL 15.15º 0.6% 0.68% -
HSV(B) 15.15º 0.45% 0.87% -
XYZ 44.29 38.14 23.77 -
YUV 167.28 103.02 167.03 -
System Red Green Blue C M Y K H S L
Decimal 222 148 123 0 0.33 0.45 0.13 15.15 0.6 0.68
Hex DE 94 7B 0 21 2D D F 3C 44
Octal 336 224 173 0 41 55 15 17 74 104
Binary 11011110 10010100 1111011 0 100001 101101 1101 1111 111100 1000100

Color Harmonies of #DE947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE947B

Black with #DE947B

Text Example


Text Example

White with #DE947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE947B; }

 p { color: rgb(222,148,123); }

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

background-color css

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

 a { background-color: rgb(222,148,123); }

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

border-color css

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

 span { border-color: rgb(222,148,123); }

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