Html Css Color HEX #DCA992 Rose

📋 copy color: '#DCA992'

red 220 ◦ green 169 ◦ blue 146

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

Shades of Rose #DCA992

Tints of Rose #DCA992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 41.12%
G = 31.59%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCA992 (or 0xDCA992) is known color: Rose. HEX triplet: DC, A9 and 92. RGB value is (220,169,146). Sum of RGB (Red+Green+Blue) = 220+169+146=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA992 is #23566D. Grayscale: #B5B5B5. Windows color (decimal): -2315886 or 9611740. OLE color: 9611740.

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

Color convert

RGB 220 169 146 -
CMYK 0 0.23 0.34 0.14
HSL 18.65º 0.51% 0.72% -
HSV(B) 18.65º 0.34% 0.86% -
XYZ 48.89 45.67 33.43 -
YUV 181.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 220 169 146 0 0.23 0.34 0.14 18.65 0.51 0.72
Hex DC A9 92 0 17 22 E 13 33 48
Octal 334 251 222 0 27 42 16 23 63 110
Binary 11011100 10101001 10010010 0 10111 100010 1110 10011 110011 1001000

Color Harmonies of #DCA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA992

Black with #DCA992

Text Example


Text Example

White with #DCA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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