Html Css Color HEX #DC9F8F Rose

📋 copy color: '#DC9F8F'

red 220 ◦ green 159 ◦ blue 143

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

Shades of Rose #DC9F8F

Tints of Rose #DC9F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.39%

R = 42.15%
G = 30.46%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC9F8F (or 0xDC9F8F) is known color: Rose. HEX triplet: DC, 9F and 8F. RGB value is (220,159,143). Sum of RGB (Red+Green+Blue) = 220+159+143=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F8F is #236070. Grayscale: #AFAFAF. Windows color (decimal): -2318449 or 9412572. OLE color: 9412572.

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

Color convert

RGB 220 159 143 -
CMYK 0 0.28 0.35 0.14
HSL 12.47º 0.52% 0.71% -
HSV(B) 12.47º 0.35% 0.86% -
XYZ 46.87 42 31.62 -
YUV 175.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 220 159 143 0 0.28 0.35 0.14 12.47 0.52 0.71
Hex DC 9F 8F 0 1C 23 E C 34 47
Octal 334 237 217 0 34 43 16 14 64 107
Binary 11011100 10011111 10001111 0 11100 100011 1110 1100 110100 1000111

Color Harmonies of #DC9F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F8F

Black with #DC9F8F

Text Example


Text Example

White with #DC9F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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