Html Css Color HEX #D5A48D Rose

📋 copy color: '#D5A48D'

red 213 ◦ green 164 ◦ blue 141

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

Shades of Rose #D5A48D

Tints of Rose #D5A48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 41.12%
G = 31.66%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A48D (or 0xD5A48D) is known color: Rose. HEX triplet: D5, A4 and 8D. RGB value is (213,164,141). Sum of RGB (Red+Green+Blue) = 213+164+141=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A48D is #2A5B72. Grayscale: #B0B0B0. Windows color (decimal): -2775923 or 9282773. OLE color: 9282773.

HSL color Cylindrical-coordinate representation of color #D5A48D: hue angle of 19.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A48D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 164 141 -
CMYK 0 0.23 0.34 0.16
HSL 19.17º 0.46% 0.69% -
HSV(B) 19.17º 0.34% 0.84% -
XYZ 45.52 42.62 31.03 -
YUV 176.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 213 164 141 0 0.23 0.34 0.16 19.17 0.46 0.69
Hex D5 A4 8D 0 17 22 10 13 2E 45
Octal 325 244 215 0 27 42 20 23 56 105
Binary 11010101 10100100 10001101 0 10111 100010 10000 10011 101110 1000101

Color Harmonies of #D5A48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A48D

Black with #D5A48D

Text Example


Text Example

White with #D5A48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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