Html Css Color HEX #D5A099 Rose

📋 copy color: '#D5A099'

red 213 ◦ green 160 ◦ blue 153

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

Shades of Rose #D5A099

Tints of Rose #D5A099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

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

R = 40.49%
G = 30.42%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5A099 (or 0xD5A099) is known color: Rose. HEX triplet: D5, A0 and 99. RGB value is (213,160,153). Sum of RGB (Red+Green+Blue) = 213+160+153=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A099 is #2A5F66. Grayscale: #AFAFAF. Windows color (decimal): -2776935 or 10068181. OLE color: 10068181.

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

Color convert

RGB 213 160 153 -
CMYK 0 0.25 0.28 0.16
HSL 0.42% 0.72% -
HSV(B) 0.28% 0.84% -
XYZ 45.76 41.59 35.75 -
YUV 175.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 213 160 153 0 0.25 0.28 0.16 7 0.42 0.72
Hex D5 A0 99 0 19 1C 10 7 2A 48
Octal 325 240 231 0 31 34 20 7 52 110
Binary 11010101 10100000 10011001 0 11001 11100 10000 111 101010 1001000

Color Harmonies of #D5A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A099

Black with #D5A099

Text Example


Text Example

White with #D5A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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