Html Css Color HEX #DCA897 Rose

📋 copy color: '#DCA897'

red 220 ◦ green 168 ◦ blue 151

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

Shades of Rose #DCA897

Tints of Rose #DCA897

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.17%

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

R = 40.82%
G = 31.17%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCA897 (or 0xDCA897) is known color: Rose. HEX triplet: DC, A8 and 97. RGB value is (220,168,151). Sum of RGB (Red+Green+Blue) = 220+168+151=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA897 is #235768. Grayscale: #B5B5B5. Windows color (decimal): -2316137 or 9939164. OLE color: 9939164.

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

Color convert

RGB 220 168 151 -
CMYK 0 0.24 0.31 0.14
HSL 14.78º 0.5% 0.73% -
HSV(B) 14.78º 0.31% 0.86% -
XYZ 49.1 45.46 35.46 -
YUV 181.61 110.73 155.38 -
System Red Green Blue C M Y K H S L
Decimal 220 168 151 0 0.24 0.31 0.14 14.78 0.5 0.73
Hex DC A8 97 0 18 1F E F 32 49
Octal 334 250 227 0 30 37 16 17 62 111
Binary 11011100 10101000 10010111 0 11000 11111 1110 1111 110010 1001001

Color Harmonies of #DCA897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA897

Black with #DCA897

Text Example


Text Example

White with #DCA897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA897; }

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

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

background-color css

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

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

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

border-color css

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

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

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