Html Css Color HEX #D6A994 Rose

📋 copy color: '#D6A994'

red 214 ◦ green 169 ◦ blue 148

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

Shades of Rose #D6A994

Tints of Rose #D6A994

RGB

 RED value IS 214 (83.98% from 255) = 40.3%

 GREEN value IS 169 (66.41% from 255) = 31.83%

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

R = 40.3%
G = 31.83%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D6A994 (or 0xD6A994) is known color: Rose. HEX triplet: D6, A9 and 94. RGB value is (214,169,148). Sum of RGB (Red+Green+Blue) = 214+169+148=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A994 is #29566B. Grayscale: #B4B4B4. Windows color (decimal): -2709100 or 9742806. OLE color: 9742806.

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

Color convert

RGB 214 169 148 -
CMYK 0 0.21 0.31 0.16
HSL 19.09º 0.45% 0.71% -
HSV(B) 19.09º 0.31% 0.84% -
XYZ 47.26 44.81 34.18 -
YUV 180.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 214 169 148 0 0.21 0.31 0.16 19.09 0.45 0.71
Hex D6 A9 94 0 15 1F 10 13 2D 47
Octal 326 251 224 0 25 37 20 23 55 107
Binary 11010110 10101001 10010100 0 10101 11111 10000 10011 101101 1000111

Color Harmonies of #D6A994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A994

Black with #D6A994

Text Example


Text Example

White with #D6A994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A994; }

 p { color: rgb(214,169,148); }

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

background-color css

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

 a { background-color: rgb(214,169,148); }

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

border-color css

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

 span { border-color: rgb(214,169,148); }

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