Html Css Color HEX #D5A096 Rose

📋 copy color: '#D5A096'

red 213 ◦ green 160 ◦ blue 150

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

Shades of Rose #D5A096

Tints of Rose #D5A096

RGB

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

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

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

R = 40.73%
G = 30.59%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D5A096 (or 0xD5A096) is known color: Rose. HEX triplet: D5, A0 and 96. RGB value is (213,160,150). Sum of RGB (Red+Green+Blue) = 213+160+150=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A096 is #2A5F69. Grayscale: #AEAEAE. Windows color (decimal): -2776938 or 9871573. OLE color: 9871573.

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

Color convert

RGB 213 160 150 -
CMYK 0 0.25 0.30 0.16
HSL 9.52º 0.43% 0.71% -
HSV(B) 9.52º 0.3% 0.84% -
XYZ 45.52 41.49 34.46 -
YUV 174.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 213 160 150 0 0.25 0.30 0.16 9.52 0.43 0.71
Hex D5 A0 96 0 19 1E 10 A 2B 47
Octal 325 240 226 0 31 36 20 12 53 107
Binary 11010101 10100000 10010110 0 11001 11110 10000 1010 101011 1000111

Color Harmonies of #D5A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A096

Black with #D5A096

Text Example


Text Example

White with #D5A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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