Html Css Color HEX #DF9A7A Dark Salmon

📋 copy color: '#DF9A7A'

red 223 ◦ green 154 ◦ blue 122

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

Shades of Dark Salmon #DF9A7A

Tints of Dark Salmon #DF9A7A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 44.69%
G = 30.86%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF9A7A (or 0xDF9A7A) is known color: Dark Salmon. HEX triplet: DF, 9A and 7A. RGB value is (223,154,122). Sum of RGB (Red+Green+Blue) = 223+154+122=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A7A is #206585. Grayscale: #ABABAB. Windows color (decimal): -2123142 or 8035039. OLE color: 8035039.

HSL color Cylindrical-coordinate representation of color #DF9A7A: hue angle of 19.01º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF9A7A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 154 122 -
CMYK 0 0.31 0.45 0.13
HSL 19.01º 0.61% 0.68% -
HSV(B) 19.01º 0.45% 0.87% -
XYZ 45.5 40.2 23.77 -
YUV 170.98 100.36 165.1 -
System Red Green Blue C M Y K H S L
Decimal 223 154 122 0 0.31 0.45 0.13 19.01 0.61 0.68
Hex DF 9A 7A 0 1F 2D D 13 3D 44
Octal 337 232 172 0 37 55 15 23 75 104
Binary 11011111 10011010 1111010 0 11111 101101 1101 10011 111101 1000100

Color Harmonies of #DF9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A7A

Black with #DF9A7A

Text Example


Text Example

White with #DF9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A7A; }

 p { color: rgb(223,154,122); }

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

background-color css

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

 a { background-color: rgb(223,154,122); }

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

border-color css

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

 span { border-color: rgb(223,154,122); }

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