Html Css Color HEX #D5AA99 Rose

📋 copy color: '#D5AA99'

red 213 ◦ green 170 ◦ blue 153

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

Shades of Rose #D5AA99

Tints of Rose #D5AA99

RGB

 RED value IS 213 (83.59% from 255) = 39.74%

 GREEN value IS 170 (66.8% from 255) = 31.72%

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

R = 39.74%
G = 31.72%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5AA99 (or 0xD5AA99) is known color: Rose. HEX triplet: D5, AA and 99. RGB value is (213,170,153). Sum of RGB (Red+Green+Blue) = 213+170+153=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA99 is #2A5566. Grayscale: #B5B5B5. Windows color (decimal): -2774375 or 10070741. OLE color: 10070741.

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

Color convert

RGB 213 170 153 -
CMYK 0 0.20 0.28 0.16
HSL 17º 0.42% 0.72% -
HSV(B) 17º 0.28% 0.84% -
XYZ 47.57 45.2 36.35 -
YUV 180.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 213 170 153 0 0.20 0.28 0.16 17 0.42 0.72
Hex D5 AA 99 0 14 1C 10 11 2A 48
Octal 325 252 231 0 24 34 20 21 52 110
Binary 11010101 10101010 10011001 0 10100 11100 10000 10001 101010 1001000

Color Harmonies of #D5AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA99

Black with #D5AA99

Text Example


Text Example

White with #D5AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA99; }

 p { color: rgb(213,170,153); }

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

background-color css

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

 a { background-color: rgb(213,170,153); }

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

border-color css

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

 span { border-color: rgb(213,170,153); }

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