Html Css Color HEX #D6A599 Rose

📋 copy color: '#D6A599'

red 214 ◦ green 165 ◦ blue 153

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

Shades of Rose #D6A599

Tints of Rose #D6A599

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.02%

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

R = 40.23%
G = 31.02%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6A599 (or 0xD6A599) is known color: Rose. HEX triplet: D6, A5 and 99. RGB value is (214,165,153). Sum of RGB (Red+Green+Blue) = 214+165+153=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A599 is #295A66. Grayscale: #B2B2B2. Windows color (decimal): -2710119 or 10069462. OLE color: 10069462.

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

Color convert

RGB 214 165 153 -
CMYK 0 0.23 0.29 0.16
HSL 11.8º 0.43% 0.72% -
HSV(B) 11.8º 0.29% 0.84% -
XYZ 46.94 43.51 36.06 -
YUV 178.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 214 165 153 0 0.23 0.29 0.16 11.8 0.43 0.72
Hex D6 A5 99 0 17 1D 10 C 2B 48
Octal 326 245 231 0 27 35 20 14 53 110
Binary 11010110 10100101 10011001 0 10111 11101 10000 1100 101011 1001000

Color Harmonies of #D6A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A599

Black with #D6A599

Text Example


Text Example

White with #D6A599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A599; }

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

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

background-color css

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

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

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

border-color css

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

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

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