Html Css Color HEX #DCA092 Rose

📋 copy color: '#DCA092'

red 220 ◦ green 160 ◦ blue 146

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

Shades of Rose #DCA092

Tints of Rose #DCA092

RGB

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

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

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

R = 41.83%
G = 30.42%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCA092 (or 0xDCA092) is known color: Rose. HEX triplet: DC, A0 and 92. RGB value is (220,160,146). Sum of RGB (Red+Green+Blue) = 220+160+146=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA092 is #235F6D. Grayscale: #B0B0B0. Windows color (decimal): -2318190 or 9609436. OLE color: 9609436.

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

Color convert

RGB 220 160 146 -
CMYK 0 0.27 0.34 0.14
HSL 11.35º 0.51% 0.72% -
HSV(B) 11.35º 0.34% 0.86% -
XYZ 47.27 42.43 32.89 -
YUV 176.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 220 160 146 0 0.27 0.34 0.14 11.35 0.51 0.72
Hex DC A0 92 0 1B 22 E B 33 48
Octal 334 240 222 0 33 42 16 13 63 110
Binary 11011100 10100000 10010010 0 11011 100010 1110 1011 110011 1001000

Color Harmonies of #DCA092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA092

Black with #DCA092

Text Example


Text Example

White with #DCA092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA092; }

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

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

background-color css

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

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

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

border-color css

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

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

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