Html Css Color HEX #D2A392 Rose

📋 copy color: '#D2A392'

red 210 ◦ green 163 ◦ blue 146

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

Shades of Rose #D2A392

Tints of Rose #D2A392

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

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

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

R = 40.46%
G = 31.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2A392 (or 0xD2A392) is known color: Rose. HEX triplet: D2, A3 and 92. RGB value is (210,163,146). Sum of RGB (Red+Green+Blue) = 210+163+146=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A392 is #2D5C6D. Grayscale: #AFAFAF. Windows color (decimal): -2972782 or 9610194. OLE color: 9610194.

HSL color Cylindrical-coordinate representation of color #D2A392: hue angle of 15.94º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2A392 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 146 -
CMYK 0 0.22 0.30 0.18
HSL 15.94º 0.42% 0.7% -
HSV(B) 15.94º 0.3% 0.82% -
XYZ 44.86 41.97 32.93 -
YUV 175.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 210 163 146 0 0.22 0.30 0.18 15.94 0.42 0.7
Hex D2 A3 92 0 16 1E 12 10 2A 46
Octal 322 243 222 0 26 36 22 20 52 106
Binary 11010010 10100011 10010010 0 10110 11110 10010 10000 101010 1000110

Color Harmonies of #D2A392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A392

Black with #D2A392

Text Example


Text Example

White with #D2A392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A392; }

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

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

background-color css

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

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

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

border-color css

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

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

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