Html Css Color HEX #DCA99C Rose

📋 copy color: '#DCA99C'

red 220 ◦ green 169 ◦ blue 156

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

Shades of Rose #DCA99C

Tints of Rose #DCA99C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 156 (61.33% from 255) = 28.62%

R = 40.37%
G = 31.01%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DCA99C (or 0xDCA99C) is known color: Rose. HEX triplet: DC, A9 and 9C. RGB value is (220,169,156). Sum of RGB (Red+Green+Blue) = 220+169+156=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA99C is #235663. Grayscale: #B6B6B6. Windows color (decimal): -2315876 or 10267100. OLE color: 10267100.

HSL color Cylindrical-coordinate representation of color #DCA99C: hue angle of 12.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCA99C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 156 -
CMYK 0 0.23 0.29 0.14
HSL 12.19º 0.48% 0.74% -
HSV(B) 12.19º 0.29% 0.86% -
XYZ 49.7 45.99 37.71 -
YUV 182.77 112.9 154.56 -
System Red Green Blue C M Y K H S L
Decimal 220 169 156 0 0.23 0.29 0.14 12.19 0.48 0.74
Hex DC A9 9C 0 17 1D E C 30 4A
Octal 334 251 234 0 27 35 16 14 60 112
Binary 11011100 10101001 10011100 0 10111 11101 1110 1100 110000 1001010

Color Harmonies of #DCA99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA99C

Black with #DCA99C

Text Example


Text Example

White with #DCA99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA99C; }

 p { color: rgb(220,169,156); }

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

background-color css

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

 a { background-color: rgb(220,169,156); }

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

border-color css

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

 span { border-color: rgb(220,169,156); }

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