Html Css Color HEX #D6A997 Rose

📋 copy color: '#D6A997'

red 214 ◦ green 169 ◦ blue 151

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

Shades of Rose #D6A997

Tints of Rose #D6A997

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

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

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

R = 40.07%
G = 31.65%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A997 (or 0xD6A997) is known color: Rose. HEX triplet: D6, A9 and 97. RGB value is (214,169,151). Sum of RGB (Red+Green+Blue) = 214+169+151=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A997 is #295668. Grayscale: #B4B4B4. Windows color (decimal): -2709097 or 9939414. OLE color: 9939414.

HSL color Cylindrical-coordinate representation of color #D6A997: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6A997 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 151 -
CMYK 0 0.21 0.29 0.16
HSL 17.14º 0.43% 0.72% -
HSV(B) 17.14º 0.29% 0.84% -
XYZ 47.51 44.91 35.44 -
YUV 180.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 214 169 151 0 0.21 0.29 0.16 17.14 0.43 0.72
Hex D6 A9 97 0 15 1D 10 11 2B 48
Octal 326 251 227 0 25 35 20 21 53 110
Binary 11010110 10101001 10010111 0 10101 11101 10000 10001 101011 1001000

Color Harmonies of #D6A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A997

Black with #D6A997

Text Example


Text Example

White with #D6A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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