Html Css Color HEX #DF9076 Dark Salmon

📋 copy color: '#DF9076'

red 223 ◦ green 144 ◦ blue 118

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

Shades of Dark Salmon #DF9076

Tints of Dark Salmon #DF9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 45.98%
G = 29.69%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF9076 (or 0xDF9076) is known color: Dark Salmon. HEX triplet: DF, 90 and 76. RGB value is (223,144,118). Sum of RGB (Red+Green+Blue) = 223+144+118=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9076 is #206F89. Grayscale: #A4A4A4. Windows color (decimal): -2125706 or 7770335. OLE color: 7770335.

HSL color Cylindrical-coordinate representation of color #DF9076: hue angle of 14.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF9076 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 118 -
CMYK 0 0.35 0.47 0.13
HSL 14.86º 0.62% 0.67% -
HSV(B) 14.86º 0.47% 0.87% -
XYZ 43.67 36.94 21.97 -
YUV 164.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 223 144 118 0 0.35 0.47 0.13 14.86 0.62 0.67
Hex DF 90 76 0 23 2F D F 3E 43
Octal 337 220 166 0 43 57 15 17 76 103
Binary 11011111 10010000 1110110 0 100011 101111 1101 1111 111110 1000011

Color Harmonies of #DF9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9076

Black with #DF9076

Text Example


Text Example

White with #DF9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9076; }

 p { color: rgb(223,144,118); }

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

background-color css

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

 a { background-color: rgb(223,144,118); }

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

border-color css

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

 span { border-color: rgb(223,144,118); }

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