Html Css Color HEX #DC9F93 Rose

📋 copy color: '#DC9F93'

red 220 ◦ green 159 ◦ blue 147

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

Shades of Rose #DC9F93

Tints of Rose #DC9F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 41.83%
G = 30.23%
B = 27.95%

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

#DC9F93 (or 0xDC9F93) is known color: Rose. HEX triplet: DC, 9F and 93. RGB value is (220,159,147). Sum of RGB (Red+Green+Blue) = 220+159+147=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F93 is #23606C. Grayscale: #AFAFAF. Windows color (decimal): -2318445 or 9674716. OLE color: 9674716.

HSL color Cylindrical-coordinate representation of color #DC9F93: hue angle of 9.86º 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 #DC9F93 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 147 -
CMYK 0 0.28 0.33 0.14
HSL 9.86º 0.51% 0.72% -
HSV(B) 9.86º 0.33% 0.86% -
XYZ 47.18 42.12 33.25 -
YUV 175.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 220 159 147 0 0.28 0.33 0.14 9.86 0.51 0.72
Hex DC 9F 93 0 1C 21 E A 33 48
Octal 334 237 223 0 34 41 16 12 63 110
Binary 11011100 10011111 10010011 0 11100 100001 1110 1010 110011 1001000

Color Harmonies of #DC9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F93

Black with #DC9F93

Text Example


Text Example

White with #DC9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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