Html Css Color HEX #D6A499 Rose

📋 copy color: '#D6A499'

red 214 ◦ green 164 ◦ blue 153

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

Shades of Rose #D6A499

Tints of Rose #D6A499

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.89%

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

R = 40.3%
G = 30.89%
B = 28.81%

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

#D6A499 (or 0xD6A499) is known color: Rose. HEX triplet: D6, A4 and 99. RGB value is (214,164,153). Sum of RGB (Red+Green+Blue) = 214+164+153=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A499 is #295B66. Grayscale: #B1B1B1. Windows color (decimal): -2710375 or 10069206. OLE color: 10069206.

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

Color convert

RGB 214 164 153 -
CMYK 0 0.23 0.29 0.16
HSL 10.82º 0.43% 0.72% -
HSV(B) 10.82º 0.29% 0.84% -
XYZ 46.76 43.15 36 -
YUV 177.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 214 164 153 0 0.23 0.29 0.16 10.82 0.43 0.72
Hex D6 A4 99 0 17 1D 10 B 2B 48
Octal 326 244 231 0 27 35 20 13 53 110
Binary 11010110 10100100 10011001 0 10111 11101 10000 1011 101011 1001000

Color Harmonies of #D6A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A499

Black with #D6A499

Text Example


Text Example

White with #D6A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A499; }

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

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

background-color css

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

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

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

border-color css

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

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

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