Html Css Color HEX #D5A58E Rose

📋 copy color: '#D5A58E'

red 213 ◦ green 165 ◦ blue 142

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

Shades of Rose #D5A58E

Tints of Rose #D5A58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 40.96%
G = 31.73%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5A58E (or 0xD5A58E) is known color: Rose. HEX triplet: D5, A5 and 8E. RGB value is (213,165,142). Sum of RGB (Red+Green+Blue) = 213+165+142=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A58E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A58E is #2A5A71. Grayscale: #B0B0B0. Windows color (decimal): -2775666 or 9348565. OLE color: 9348565.

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

Color convert

RGB 213 165 142 -
CMYK 0 0.23 0.33 0.16
HSL 19.44º 0.46% 0.7% -
HSV(B) 19.44º 0.33% 0.84% -
XYZ 45.78 43.01 31.48 -
YUV 176.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 213 165 142 0 0.23 0.33 0.16 19.44 0.46 0.7
Hex D5 A5 8E 0 17 21 10 13 2E 46
Octal 325 245 216 0 27 41 20 23 56 106
Binary 11010101 10100101 10001110 0 10111 100001 10000 10011 101110 1000110

Color Harmonies of #D5A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A58E

Black with #D5A58E

Text Example


Text Example

White with #D5A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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