Html Css Color HEX #D5A58D Rose

📋 copy color: '#D5A58D'

red 213 ◦ green 165 ◦ blue 141

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

Shades of Rose #D5A58D

Tints of Rose #D5A58D

RGB

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

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

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

R = 41.04%
G = 31.79%
B = 27.17%

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

#D5A58D (or 0xD5A58D) is known color: Rose. HEX triplet: D5, A5 and 8D. RGB value is (213,165,141). Sum of RGB (Red+Green+Blue) = 213+165+141=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58D is #2A5A72. Grayscale: #B0B0B0. Windows color (decimal): -2775667 or 9283029. OLE color: 9283029.

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

Color convert

RGB 213 165 141 -
CMYK 0 0.23 0.34 0.16
HSL 20º 0.46% 0.69% -
HSV(B) 20º 0.34% 0.84% -
XYZ 45.7 42.98 31.09 -
YUV 176.62 107.9 153.95 -
System Red Green Blue C M Y K H S L
Decimal 213 165 141 0 0.23 0.34 0.16 20 0.46 0.69
Hex D5 A5 8D 0 17 22 10 14 2E 45
Octal 325 245 215 0 27 42 20 24 56 105
Binary 11010101 10100101 10001101 0 10111 100010 10000 10100 101110 1000101

Color Harmonies of #D5A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A58D

Black with #D5A58D

Text Example


Text Example

White with #D5A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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