Html Css Color HEX #DC9F94 Rose

📋 copy color: '#DC9F94'

red 220 ◦ green 159 ◦ blue 148

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

Shades of Rose #DC9F94

Tints of Rose #DC9F94

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

 GREEN value IS 159 (62.5% from 255) = 30.17%

 BLUE value IS 148 (58.2% from 255) = 28.08%

R = 41.75%
G = 30.17%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC9F94 (or 0xDC9F94) is known color: Rose. HEX triplet: DC, 9F and 94. RGB value is (220,159,148). Sum of RGB (Red+Green+Blue) = 220+159+148=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F94 is #23606B. Grayscale: #B0B0B0. Windows color (decimal): -2318444 or 9740252. OLE color: 9740252.

HSL color Cylindrical-coordinate representation of color #DC9F94: hue angle of 9.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9F94 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 148 -
CMYK 0 0.28 0.33 0.14
HSL 9.17º 0.51% 0.72% -
HSV(B) 9.17º 0.33% 0.86% -
XYZ 47.26 42.15 33.66 -
YUV 175.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 220 159 148 0 0.28 0.33 0.14 9.17 0.51 0.72
Hex DC 9F 94 0 1C 21 E 9 33 48
Octal 334 237 224 0 34 41 16 11 63 110
Binary 11011100 10011111 10010100 0 11100 100001 1110 1001 110011 1001000

Color Harmonies of #DC9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F94

Black with #DC9F94

Text Example


Text Example

White with #DC9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F94; }

 p { color: rgb(220,159,148); }

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

background-color css

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

 a { background-color: rgb(220,159,148); }

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

border-color css

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

 span { border-color: rgb(220,159,148); }

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