Html Css Color HEX #D5A392 Rose

📋 copy color: '#D5A392'

red 213 ◦ green 163 ◦ blue 146

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

Shades of Rose #D5A392

Tints of Rose #D5A392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.23%

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

R = 40.8%
G = 31.23%
B = 27.97%

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

#D5A392 (or 0xD5A392) is known color: Rose. HEX triplet: D5, A3 and 92. RGB value is (213,163,146). Sum of RGB (Red+Green+Blue) = 213+163+146=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 146 (57.42% from 255 or 27.97% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A392 is #2A5C6D. Grayscale: #B0B0B0. Windows color (decimal): -2776174 or 9610197. OLE color: 9610197.

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

Color convert

RGB 213 163 146 -
CMYK 0 0.23 0.31 0.16
HSL 15.22º 0.44% 0.7% -
HSV(B) 15.22º 0.31% 0.84% -
XYZ 45.73 42.42 32.97 -
YUV 176.01 111.07 154.38 -
System Red Green Blue C M Y K H S L
Decimal 213 163 146 0 0.23 0.31 0.16 15.22 0.44 0.7
Hex D5 A3 92 0 17 1F 10 F 2C 46
Octal 325 243 222 0 27 37 20 17 54 106
Binary 11010101 10100011 10010010 0 10111 11111 10000 1111 101100 1000110

Color Harmonies of #D5A392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A392

Black with #D5A392

Text Example


Text Example

White with #D5A392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A392; }

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

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

background-color css

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

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

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

border-color css

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

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

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