Html Css Color HEX #DF9675 Dark Salmon

📋 copy color: '#DF9675'

red 223 ◦ green 150 ◦ blue 117

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

Shades of Dark Salmon #DF9675

Tints of Dark Salmon #DF9675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.88%

R = 45.51%
G = 30.61%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF9675 (or 0xDF9675) is known color: Dark Salmon. HEX triplet: DF, 96 and 75. RGB value is (223,150,117). Sum of RGB (Red+Green+Blue) = 223+150+117=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9675 is #20698A. Grayscale: #A8A8A8. Windows color (decimal): -2124171 or 7706335. OLE color: 7706335.

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

Color convert

RGB 223 150 117 -
CMYK 0 0.33 0.48 0.13
HSL 18.68º 0.62% 0.67% -
HSV(B) 18.68º 0.48% 0.87% -
XYZ 44.55 38.79 21.97 -
YUV 168.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 223 150 117 0 0.33 0.48 0.13 18.68 0.62 0.67
Hex DF 96 75 0 21 30 D 13 3E 43
Octal 337 226 165 0 41 60 15 23 76 103
Binary 11011111 10010110 1110101 0 100001 110000 1101 10011 111110 1000011

Color Harmonies of #DF9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9675

Black with #DF9675

Text Example


Text Example

White with #DF9675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9675; }

 p { color: rgb(223,150,117); }

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

background-color css

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

 a { background-color: rgb(223,150,117); }

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

border-color css

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

 span { border-color: rgb(223,150,117); }

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