Html Css Color HEX #D2A694 Rose

📋 copy color: '#D2A694'

red 210 ◦ green 166 ◦ blue 148

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

Shades of Rose #D2A694

Tints of Rose #D2A694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 40.08%
G = 31.68%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D2A694 (or 0xD2A694) is known color: Rose. HEX triplet: D2, A6 and 94. RGB value is (210,166,148). Sum of RGB (Red+Green+Blue) = 210+166+148=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A694 is #2D596B. Grayscale: #B1B1B1. Windows color (decimal): -2972012 or 9742034. OLE color: 9742034.

HSL color Cylindrical-coordinate representation of color #D2A694: hue angle of 17.42º degrees, saturation: 0.41, 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 #D2A694 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 148 -
CMYK 0 0.21 0.30 0.18
HSL 17.42º 0.41% 0.7% -
HSV(B) 17.42º 0.3% 0.82% -
XYZ 45.56 43.11 33.94 -
YUV 177.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 210 166 148 0 0.21 0.30 0.18 17.42 0.41 0.7
Hex D2 A6 94 0 15 1E 12 11 29 46
Octal 322 246 224 0 25 36 22 21 51 106
Binary 11010010 10100110 10010100 0 10101 11110 10010 10001 101001 1000110

Color Harmonies of #D2A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A694

Black with #D2A694

Text Example


Text Example

White with #D2A694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A694; }

 p { color: rgb(210,166,148); }

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

background-color css

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

 a { background-color: rgb(210,166,148); }

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

border-color css

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

 span { border-color: rgb(210,166,148); }

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