Html Css Color HEX #D5AA96 Rose

📋 copy color: '#D5AA96'

red 213 ◦ green 170 ◦ blue 150

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

Shades of Rose #D5AA96

Tints of Rose #D5AA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.14%

R = 39.96%
G = 31.89%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5AA96 (or 0xD5AA96) is known color: Rose. HEX triplet: D5, AA and 96. RGB value is (213,170,150). Sum of RGB (Red+Green+Blue) = 213+170+150=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA96 is #2A5569. Grayscale: #B4B4B4. Windows color (decimal): -2774378 or 9874133. OLE color: 9874133.

HSL color Cylindrical-coordinate representation of color #D5AA96: hue angle of 19.05º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5AA96 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 150 -
CMYK 0 0.20 0.30 0.16
HSL 19.05º 0.43% 0.71% -
HSV(B) 19.05º 0.3% 0.84% -
XYZ 47.32 45.1 35.06 -
YUV 180.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 213 170 150 0 0.20 0.30 0.16 19.05 0.43 0.71
Hex D5 AA 96 0 14 1E 10 13 2B 47
Octal 325 252 226 0 24 36 20 23 53 107
Binary 11010101 10101010 10010110 0 10100 11110 10000 10011 101011 1000111

Color Harmonies of #D5AA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA96

Black with #D5AA96

Text Example


Text Example

White with #D5AA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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