Html Css Color HEX #DC997B Dark Salmon

📋 copy color: '#DC997B'

red 220 ◦ green 153 ◦ blue 123

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

Shades of Dark Salmon #DC997B

Tints of Dark Salmon #DC997B

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

 GREEN value IS 153 (60.16% from 255) = 30.85%

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

R = 44.35%
G = 30.85%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC997B (or 0xDC997B) is known color: Dark Salmon. HEX triplet: DC, 99 and 7B. RGB value is (220,153,123). Sum of RGB (Red+Green+Blue) = 220+153+123=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC997B is #236684. Grayscale: #A9A9A9. Windows color (decimal): -2320005 or 8100316. OLE color: 8100316.

HSL color Cylindrical-coordinate representation of color #DC997B: hue angle of 18.56º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC997B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 153 123 -
CMYK 0 0.30 0.44 0.14
HSL 18.56º 0.58% 0.67% -
HSV(B) 18.56º 0.44% 0.86% -
XYZ 44.48 39.43 24 -
YUV 169.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 220 153 123 0 0.30 0.44 0.14 18.56 0.58 0.67
Hex DC 99 7B 0 1E 2C E 13 3A 43
Octal 334 231 173 0 36 54 16 23 72 103
Binary 11011100 10011001 1111011 0 11110 101100 1110 10011 111010 1000011

Color Harmonies of #DC997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC997B

Black with #DC997B

Text Example


Text Example

White with #DC997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC997B; }

 p { color: rgb(220,153,123); }

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

background-color css

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

 a { background-color: rgb(220,153,123); }

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

border-color css

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

 span { border-color: rgb(220,153,123); }

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