Html Css Color HEX #DCA597 Rose

📋 copy color: '#DCA597'

red 220 ◦ green 165 ◦ blue 151

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

Shades of Rose #DCA597

Tints of Rose #DCA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

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

R = 41.04%
G = 30.78%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA597 (or 0xDCA597) is known color: Rose. HEX triplet: DC, A5 and 97. RGB value is (220,165,151). Sum of RGB (Red+Green+Blue) = 220+165+151=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA597 is #235A68. Grayscale: #B3B3B3. Windows color (decimal): -2316905 or 9938396. OLE color: 9938396.

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

Color convert

RGB 220 165 151 -
CMYK 0 0.25 0.31 0.14
HSL 12.17º 0.5% 0.73% -
HSV(B) 12.17º 0.31% 0.86% -
XYZ 48.56 44.36 35.28 -
YUV 179.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 220 165 151 0 0.25 0.31 0.14 12.17 0.5 0.73
Hex DC A5 97 0 19 1F E C 32 49
Octal 334 245 227 0 31 37 16 14 62 111
Binary 11011100 10100101 10010111 0 11001 11111 1110 1100 110010 1001001

Color Harmonies of #DCA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA597

Black with #DCA597

Text Example


Text Example

White with #DCA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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