Html Css Color HEX #DCA899 Rose

📋 copy color: '#DCA899'

red 220 ◦ green 168 ◦ blue 153

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

Shades of Rose #DCA899

Tints of Rose #DCA899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.05%

 BLUE value IS 153 (60.16% from 255) = 28.28%

R = 40.67%
G = 31.05%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DCA899 (or 0xDCA899) is known color: Rose. HEX triplet: DC, A8 and 99. RGB value is (220,168,153). Sum of RGB (Red+Green+Blue) = 220+168+153=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA899 is #235766. Grayscale: #B5B5B5. Windows color (decimal): -2316135 or 10070236. OLE color: 10070236.

HSL color Cylindrical-coordinate representation of color #DCA899: hue angle of 13.43º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCA899 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 168 153 -
CMYK 0 0.24 0.30 0.14
HSL 13.43º 0.49% 0.73% -
HSV(B) 13.43º 0.3% 0.86% -
XYZ 49.27 45.52 36.33 -
YUV 181.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 220 168 153 0 0.24 0.30 0.14 13.43 0.49 0.73
Hex DC A8 99 0 18 1E E D 31 49
Octal 334 250 231 0 30 36 16 15 61 111
Binary 11011100 10101000 10011001 0 11000 11110 1110 1101 110001 1001001

Color Harmonies of #DCA899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA899

Black with #DCA899

Text Example


Text Example

White with #DCA899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA899; }

 p { color: rgb(220,168,153); }

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

background-color css

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

 a { background-color: rgb(220,168,153); }

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

border-color css

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

 span { border-color: rgb(220,168,153); }

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