Html Css Color HEX #DCA094 Rose

📋 copy color: '#DCA094'

red 220 ◦ green 160 ◦ blue 148

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

Shades of Rose #DCA094

Tints of Rose #DCA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 41.67%
G = 30.3%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCA094 (or 0xDCA094) is known color: Rose. HEX triplet: DC, A0 and 94. RGB value is (220,160,148). Sum of RGB (Red+Green+Blue) = 220+160+148=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA094 is #235F6B. Grayscale: #B0B0B0. Windows color (decimal): -2318188 or 9740508. OLE color: 9740508.

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

Color convert

RGB 220 160 148 -
CMYK 0 0.27 0.33 0.14
HSL 10º 0.51% 0.72% -
HSV(B) 10º 0.33% 0.86% -
XYZ 47.43 42.5 33.72 -
YUV 176.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 220 160 148 0 0.27 0.33 0.14 10 0.51 0.72
Hex DC A0 94 0 1B 21 E A 33 48
Octal 334 240 224 0 33 41 16 12 63 110
Binary 11011100 10100000 10010100 0 11011 100001 1110 1010 110011 1001000

Color Harmonies of #DCA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA094

Black with #DCA094

Text Example


Text Example

White with #DCA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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