Html Css Color HEX #D5A499 Rose

📋 copy color: '#D5A499'

red 213 ◦ green 164 ◦ blue 153

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

Shades of Rose #D5A499

Tints of Rose #D5A499

RGB

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

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

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

R = 40.19%
G = 30.94%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5A499 (or 0xD5A499) is known color: Rose. HEX triplet: D5, A4 and 99. RGB value is (213,164,153). Sum of RGB (Red+Green+Blue) = 213+164+153=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A499 is #2A5B66. Grayscale: #B1B1B1. Windows color (decimal): -2775911 or 10069205. OLE color: 10069205.

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

Color convert

RGB 213 164 153 -
CMYK 0 0.23 0.28 0.16
HSL 11º 0.42% 0.72% -
HSV(B) 11º 0.28% 0.84% -
XYZ 46.47 43 35.99 -
YUV 177.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 213 164 153 0 0.23 0.28 0.16 11 0.42 0.72
Hex D5 A4 99 0 17 1C 10 B 2A 48
Octal 325 244 231 0 27 34 20 13 52 110
Binary 11010101 10100100 10011001 0 10111 11100 10000 1011 101010 1001000

Color Harmonies of #D5A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A499

Black with #D5A499

Text Example


Text Example

White with #D5A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A499; }

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

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

background-color css

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

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

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

border-color css

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

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

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