Html Css Color HEX #D5A894 Rose

📋 copy color: '#D5A894'

red 213 ◦ green 168 ◦ blue 148

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

Shades of Rose #D5A894

Tints of Rose #D5A894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.76%

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 40.26%
G = 31.76%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5A894 (or 0xD5A894) is known color: Rose. HEX triplet: D5, A8 and 94. RGB value is (213,168,148). Sum of RGB (Red+Green+Blue) = 213+168+148=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A894 is #2A576B. Grayscale: #B3B3B3. Windows color (decimal): -2774892 or 9742549. OLE color: 9742549.

HSL color Cylindrical-coordinate representation of color #D5A894: hue angle of 18.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A894 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 148 -
CMYK 0 0.21 0.31 0.16
HSL 18.46º 0.44% 0.71% -
HSV(B) 18.46º 0.31% 0.84% -
XYZ 46.79 44.29 34.1 -
YUV 179.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 213 168 148 0 0.21 0.31 0.16 18.46 0.44 0.71
Hex D5 A8 94 0 15 1F 10 12 2C 47
Octal 325 250 224 0 25 37 20 22 54 107
Binary 11010101 10101000 10010100 0 10101 11111 10000 10010 101100 1000111

Color Harmonies of #D5A894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A894

Black with #D5A894

Text Example


Text Example

White with #D5A894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A894; }

 p { color: rgb(213,168,148); }

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

background-color css

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

 a { background-color: rgb(213,168,148); }

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

border-color css

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

 span { border-color: rgb(213,168,148); }

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