Html Css Color HEX #DCA397 Rose

📋 copy color: '#DCA397'

red 220 ◦ green 163 ◦ blue 151

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

Shades of Rose #DCA397

Tints of Rose #DCA397

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.52%

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

R = 41.2%
G = 30.52%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA397 (or 0xDCA397) is known color: Rose. HEX triplet: DC, A3 and 97. RGB value is (220,163,151). Sum of RGB (Red+Green+Blue) = 220+163+151=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA397 is #235C68. Grayscale: #B2B2B2. Windows color (decimal): -2317417 or 9937884. OLE color: 9937884.

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

Color convert

RGB 220 163 151 -
CMYK 0 0.26 0.31 0.14
HSL 10.43º 0.5% 0.73% -
HSV(B) 10.43º 0.31% 0.86% -
XYZ 48.2 43.64 35.16 -
YUV 178.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 220 163 151 0 0.26 0.31 0.14 10.43 0.5 0.73
Hex DC A3 97 0 1A 1F E A 32 49
Octal 334 243 227 0 32 37 16 12 62 111
Binary 11011100 10100011 10010111 0 11010 11111 1110 1010 110010 1001001

Color Harmonies of #DCA397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA397

Black with #DCA397

Text Example


Text Example

White with #DCA397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA397; }

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

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

background-color css

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

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

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

border-color css

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

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

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