Html Css Color HEX #D6A699 Rose

📋 copy color: '#D6A699'

red 214 ◦ green 166 ◦ blue 153

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

Shades of Rose #D6A699

Tints of Rose #D6A699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.14%

 BLUE value IS 153 (60.16% from 255) = 28.71%

R = 40.15%
G = 31.14%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A699 (or 0xD6A699) is known color: Rose. HEX triplet: D6, A6 and 99. RGB value is (214,166,153). Sum of RGB (Red+Green+Blue) = 214+166+153=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A699 is #295966. Grayscale: #B2B2B2. Windows color (decimal): -2709863 or 10069718. OLE color: 10069718.

HSL color Cylindrical-coordinate representation of color #D6A699: hue angle of 12.79º 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 #D6A699 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 166 153 -
CMYK 0 0.22 0.29 0.16
HSL 12.79º 0.43% 0.72% -
HSV(B) 12.79º 0.29% 0.84% -
XYZ 47.12 43.87 36.12 -
YUV 178.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 214 166 153 0 0.22 0.29 0.16 12.79 0.43 0.72
Hex D6 A6 99 0 16 1D 10 D 2B 48
Octal 326 246 231 0 26 35 20 15 53 110
Binary 11010110 10100110 10011001 0 10110 11101 10000 1101 101011 1001000

Color Harmonies of #D6A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A699

Black with #D6A699

Text Example


Text Example

White with #D6A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A699; }

 p { color: rgb(214,166,153); }

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

background-color css

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

 a { background-color: rgb(214,166,153); }

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

border-color css

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

 span { border-color: rgb(214,166,153); }

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