Html Css Color HEX #D5A58C Rose

📋 copy color: '#D5A58C'

red 213 ◦ green 165 ◦ blue 140

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

Shades of Rose #D5A58C

Tints of Rose #D5A58C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.85%

 BLUE value IS 140 (55.08% from 255) = 27.03%

R = 41.12%
G = 31.85%
B = 27.03%

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

#D5A58C (or 0xD5A58C) is known color: Rose. HEX triplet: D5, A5 and 8C. RGB value is (213,165,140). Sum of RGB (Red+Green+Blue) = 213+165+140=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58C is #2A5A73. Grayscale: #B0B0B0. Windows color (decimal): -2775668 or 9217493. OLE color: 9217493.

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

Color convert

RGB 213 165 140 -
CMYK 0 0.23 0.34 0.16
HSL 20.55º 0.46% 0.69% -
HSV(B) 20.55º 0.34% 0.84% -
XYZ 45.63 42.95 30.7 -
YUV 176.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 213 165 140 0 0.23 0.34 0.16 20.55 0.46 0.69
Hex D5 A5 8C 0 17 22 10 15 2E 45
Octal 325 245 214 0 27 42 20 25 56 105
Binary 11010101 10100101 10001100 0 10111 100010 10000 10101 101110 1000101

Color Harmonies of #D5A58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A58C

Black with #D5A58C

Text Example


Text Example

White with #D5A58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A58C; }

 p { color: rgb(213,165,140); }

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

background-color css

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

 a { background-color: rgb(213,165,140); }

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

border-color css

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

 span { border-color: rgb(213,165,140); }

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