Html Css Color HEX #DCA894 Rose

📋 copy color: '#DCA894'

red 220 ◦ green 168 ◦ blue 148

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

Shades of Rose #DCA894

Tints of Rose #DCA894

RGB

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

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

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

R = 41.04%
G = 31.34%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCA894 (or 0xDCA894) is known color: Rose. HEX triplet: DC, A8 and 94. RGB value is (220,168,148). Sum of RGB (Red+Green+Blue) = 220+168+148=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA894 is #23576B. Grayscale: #B5B5B5. Windows color (decimal): -2316140 or 9742556. OLE color: 9742556.

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

Color convert

RGB 220 168 148 -
CMYK 0 0.24 0.33 0.14
HSL 16.67º 0.51% 0.72% -
HSV(B) 16.67º 0.33% 0.86% -
XYZ 48.86 45.36 34.2 -
YUV 181.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 220 168 148 0 0.24 0.33 0.14 16.67 0.51 0.72
Hex DC A8 94 0 18 21 E 11 33 48
Octal 334 250 224 0 30 41 16 21 63 110
Binary 11011100 10101000 10010100 0 11000 100001 1110 10001 110011 1001000

Color Harmonies of #DCA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA894

Black with #DCA894

Text Example


Text Example

White with #DCA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA894; }

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

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

background-color css

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

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

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

border-color css

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

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

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