Html Css Color HEX #D5A492 Rose

📋 copy color: '#D5A492'

red 213 ◦ green 164 ◦ blue 146

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

Shades of Rose #D5A492

Tints of Rose #D5A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

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

R = 40.73%
G = 31.36%
B = 27.92%

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

#D5A492 (or 0xD5A492) is known color: Rose. HEX triplet: D5, A4 and 92. RGB value is (213,164,146). Sum of RGB (Red+Green+Blue) = 213+164+146=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A492 is #2A5B6D. Grayscale: #B0B0B0. Windows color (decimal): -2775918 or 9610453. OLE color: 9610453.

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

Color convert

RGB 213 164 146 -
CMYK 0 0.23 0.31 0.16
HSL 16.12º 0.44% 0.7% -
HSV(B) 16.12º 0.31% 0.84% -
XYZ 45.9 42.77 33.03 -
YUV 176.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 213 164 146 0 0.23 0.31 0.16 16.12 0.44 0.7
Hex D5 A4 92 0 17 1F 10 10 2C 46
Octal 325 244 222 0 27 37 20 20 54 106
Binary 11010101 10100100 10010010 0 10111 11111 10000 10000 101100 1000110

Color Harmonies of #D5A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A492

Black with #D5A492

Text Example


Text Example

White with #D5A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A492; }

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

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

background-color css

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

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

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

border-color css

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

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

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