Html Css Color HEX #DCA692 Rose

📋 copy color: '#DCA692'

red 220 ◦ green 166 ◦ blue 146

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

Shades of Rose #DCA692

Tints of Rose #DCA692

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.2%

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

R = 41.35%
G = 31.2%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCA692 (or 0xDCA692) is known color: Rose. HEX triplet: DC, A6 and 92. RGB value is (220,166,146). Sum of RGB (Red+Green+Blue) = 220+166+146=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA692 is #23596D. Grayscale: #B4B4B4. Windows color (decimal): -2316654 or 9610972. OLE color: 9610972.

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

Color convert

RGB 220 166 146 -
CMYK 0 0.25 0.34 0.14
HSL 16.22º 0.51% 0.72% -
HSV(B) 16.22º 0.34% 0.86% -
XYZ 48.34 44.56 33.25 -
YUV 179.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 220 166 146 0 0.25 0.34 0.14 16.22 0.51 0.72
Hex DC A6 92 0 19 22 E 10 33 48
Octal 334 246 222 0 31 42 16 20 63 110
Binary 11011100 10100110 10010010 0 11001 100010 1110 10000 110011 1001000

Color Harmonies of #DCA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA692

Black with #DCA692

Text Example


Text Example

White with #DCA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA692; }

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

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

background-color css

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

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

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

border-color css

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

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

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