Html Css Color HEX #DCAB92 Rose

📋 copy color: '#DCAB92'

red 220 ◦ green 171 ◦ blue 146

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

Shades of Rose #DCAB92

Tints of Rose #DCAB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

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

R = 40.97%
G = 31.84%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCAB92 (or 0xDCAB92) is known color: Rose. HEX triplet: DC, AB and 92. RGB value is (220,171,146). Sum of RGB (Red+Green+Blue) = 220+171+146=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB92 is #23546D. Grayscale: #B6B6B6. Windows color (decimal): -2315374 or 9612252. OLE color: 9612252.

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

Color convert

RGB 220 171 146 -
CMYK 0 0.22 0.34 0.14
HSL 20.27º 0.51% 0.72% -
HSV(B) 20.27º 0.34% 0.86% -
XYZ 49.27 46.42 33.56 -
YUV 182.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 220 171 146 0 0.22 0.34 0.14 20.27 0.51 0.72
Hex DC AB 92 0 16 22 E 14 33 48
Octal 334 253 222 0 26 42 16 24 63 110
Binary 11011100 10101011 10010010 0 10110 100010 1110 10100 110011 1001000

Color Harmonies of #DCAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB92

Black with #DCAB92

Text Example


Text Example

White with #DCAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB92; }

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

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

background-color css

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

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

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

border-color css

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

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

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