Html Css Color HEX #D5A592 Rose

📋 copy color: '#D5A592'

red 213 ◦ green 165 ◦ blue 146

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

Shades of Rose #D5A592

Tints of Rose #D5A592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 40.65%
G = 31.49%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D5A592 (or 0xD5A592) is known color: Rose. HEX triplet: D5, A5 and 92. RGB value is (213,165,146). Sum of RGB (Red+Green+Blue) = 213+165+146=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A592 is #2A5A6D. Grayscale: #B1B1B1. Windows color (decimal): -2775662 or 9610709. OLE color: 9610709.

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

Color convert

RGB 213 165 146 -
CMYK 0 0.23 0.31 0.16
HSL 17.01º 0.44% 0.7% -
HSV(B) 17.01º 0.31% 0.84% -
XYZ 46.08 43.13 33.09 -
YUV 177.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 213 165 146 0 0.23 0.31 0.16 17.01 0.44 0.7
Hex D5 A5 92 0 17 1F 10 11 2C 46
Octal 325 245 222 0 27 37 20 21 54 106
Binary 11010101 10100101 10010010 0 10111 11111 10000 10001 101100 1000110

Color Harmonies of #D5A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A592

Black with #D5A592

Text Example


Text Example

White with #D5A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A592; }

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

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

background-color css

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

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

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

border-color css

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

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

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