Html Css Color HEX #D6A199 Rose

📋 copy color: '#D6A199'

red 214 ◦ green 161 ◦ blue 153

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

Shades of Rose #D6A199

Tints of Rose #D6A199

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

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

R = 40.53%
G = 30.49%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A199 (or 0xD6A199) is known color: Rose. HEX triplet: D6, A1 and 99. RGB value is (214,161,153). Sum of RGB (Red+Green+Blue) = 214+161+153=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A199 is #295E66. Grayscale: #B0B0B0. Windows color (decimal): -2711143 or 10068438. OLE color: 10068438.

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

Color convert

RGB 214 161 153 -
CMYK 0 0.25 0.29 0.16
HSL 7.87º 0.43% 0.72% -
HSV(B) 7.87º 0.29% 0.84% -
XYZ 46.23 42.09 35.82 -
YUV 175.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 214 161 153 0 0.25 0.29 0.16 7.87 0.43 0.72
Hex D6 A1 99 0 19 1D 10 8 2B 48
Octal 326 241 231 0 31 35 20 10 53 110
Binary 11010110 10100001 10011001 0 11001 11101 10000 1000 101011 1001000

Color Harmonies of #D6A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A199

Black with #D6A199

Text Example


Text Example

White with #D6A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A199; }

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

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

background-color css

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

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

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

border-color css

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

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

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