Html Css Color HEX #DF9674 Dark Salmon

📋 copy color: '#DF9674'

red 223 ◦ green 150 ◦ blue 116

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

Shades of Dark Salmon #DF9674

Tints of Dark Salmon #DF9674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.72%

R = 45.6%
G = 30.67%
B = 23.72%

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

#DF9674 (or 0xDF9674) is known color: Dark Salmon. HEX triplet: DF, 96 and 74. RGB value is (223,150,116). Sum of RGB (Red+Green+Blue) = 223+150+116=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9674 is #20698B. Grayscale: #A8A8A8. Windows color (decimal): -2124172 or 7640799. OLE color: 7640799.

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

Color convert

RGB 223 150 116 -
CMYK 0 0.33 0.48 0.13
HSL 19.07º 0.63% 0.66% -
HSV(B) 19.07º 0.48% 0.87% -
XYZ 44.49 38.76 21.66 -
YUV 167.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 223 150 116 0 0.33 0.48 0.13 19.07 0.63 0.66
Hex DF 96 74 0 21 30 D 13 3F 42
Octal 337 226 164 0 41 60 15 23 77 102
Binary 11011111 10010110 1110100 0 100001 110000 1101 10011 111111 1000010

Color Harmonies of #DF9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9674

Black with #DF9674

Text Example


Text Example

White with #DF9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9674; }

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

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

background-color css

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

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

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

border-color css

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

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

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