Html Css Color HEX #D5AB99 Rose

📋 copy color: '#D5AB99'

red 213 ◦ green 171 ◦ blue 153

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

Shades of Rose #D5AB99

Tints of Rose #D5AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

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

R = 39.66%
G = 31.84%
B = 28.49%

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

#D5AB99 (or 0xD5AB99) is known color: Rose. HEX triplet: D5, AB and 99. RGB value is (213,171,153). Sum of RGB (Red+Green+Blue) = 213+171+153=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB99 is #2A5466. Grayscale: #B5B5B5. Windows color (decimal): -2774119 or 10070997. OLE color: 10070997.

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

Color convert

RGB 213 171 153 -
CMYK 0 0.20 0.28 0.16
HSL 18º 0.42% 0.72% -
HSV(B) 18º 0.28% 0.84% -
XYZ 47.75 45.57 36.42 -
YUV 181.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 213 171 153 0 0.20 0.28 0.16 18 0.42 0.72
Hex D5 AB 99 0 14 1C 10 12 2A 48
Octal 325 253 231 0 24 34 20 22 52 110
Binary 11010101 10101011 10011001 0 10100 11100 10000 10010 101010 1001000

Color Harmonies of #D5AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB99

Black with #D5AB99

Text Example


Text Example

White with #D5AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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