Html Css Color HEX #DCA997 Rose

📋 copy color: '#DCA997'

red 220 ◦ green 169 ◦ blue 151

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

Shades of Rose #DCA997

Tints of Rose #DCA997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.96%

R = 40.74%
G = 31.3%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA997 (or 0xDCA997) is known color: Rose. HEX triplet: DC, A9 and 97. RGB value is (220,169,151). Sum of RGB (Red+Green+Blue) = 220+169+151=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA997 is #235668. Grayscale: #B6B6B6. Windows color (decimal): -2315881 or 9939420. OLE color: 9939420.

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

Color convert

RGB 220 169 151 -
CMYK 0 0.23 0.31 0.14
HSL 15.65º 0.5% 0.73% -
HSV(B) 15.65º 0.31% 0.86% -
XYZ 49.29 45.83 35.53 -
YUV 182.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 220 169 151 0 0.23 0.31 0.14 15.65 0.5 0.73
Hex DC A9 97 0 17 1F E 10 32 49
Octal 334 251 227 0 27 37 16 20 62 111
Binary 11011100 10101001 10010111 0 10111 11111 1110 10000 110010 1001001

Color Harmonies of #DCA997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA997

Black with #DCA997

Text Example


Text Example

White with #DCA997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA997; }

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

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

background-color css

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

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

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

border-color css

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

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

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