Html Css Color HEX #DF9472 Dark Salmon

📋 copy color: '#DF9472'

red 223 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #DF9472

Tints of Dark Salmon #DF9472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 45.98%
G = 30.52%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF9472 (or 0xDF9472) is known color: Dark Salmon. HEX triplet: DF, 94 and 72. RGB value is (223,148,114). Sum of RGB (Red+Green+Blue) = 223+148+114=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9472 is #206B8D. Grayscale: #A6A6A6. Windows color (decimal): -2124686 or 7509215. OLE color: 7509215.

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

Color convert

RGB 223 148 114 -
CMYK 0 0.34 0.49 0.13
HSL 18.72º 0.63% 0.66% -
HSV(B) 18.72º 0.49% 0.87% -
XYZ 44.06 38.08 20.95 -
YUV 166.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 223 148 114 0 0.34 0.49 0.13 18.72 0.63 0.66
Hex DF 94 72 0 22 31 D 13 3F 42
Octal 337 224 162 0 42 61 15 23 77 102
Binary 11011111 10010100 1110010 0 100010 110001 1101 10011 111111 1000010

Color Harmonies of #DF9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9472

Black with #DF9472

Text Example


Text Example

White with #DF9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9472; }

 p { color: rgb(223,148,114); }

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

background-color css

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

 a { background-color: rgb(223,148,114); }

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

border-color css

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

 span { border-color: rgb(223,148,114); }

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