Html Css Color HEX #D6A496 Rose

📋 copy color: '#D6A496'

red 214 ◦ green 164 ◦ blue 150

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

Shades of Rose #D6A496

Tints of Rose #D6A496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 40.53%
G = 31.06%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D6A496 (or 0xD6A496) is known color: Rose. HEX triplet: D6, A4 and 96. RGB value is (214,164,150). Sum of RGB (Red+Green+Blue) = 214+164+150=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A496 is #295B69. Grayscale: #B1B1B1. Windows color (decimal): -2710378 or 9872598. OLE color: 9872598.

HSL color Cylindrical-coordinate representation of color #D6A496: hue angle of 13.12º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A496 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 150 -
CMYK 0 0.23 0.30 0.16
HSL 13.13º 0.44% 0.71% -
HSV(B) 13.13º 0.3% 0.84% -
XYZ 46.51 43.05 34.71 -
YUV 177.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 214 164 150 0 0.23 0.30 0.16 13.13 0.44 0.71
Hex D6 A4 96 0 17 1E 10 D 2C 47
Octal 326 244 226 0 27 36 20 15 54 107
Binary 11010110 10100100 10010110 0 10111 11110 10000 1101 101100 1000111

Color Harmonies of #D6A496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A496

Black with #D6A496

Text Example


Text Example

White with #D6A496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A496; }

 p { color: rgb(214,164,150); }

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

background-color css

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

 a { background-color: rgb(214,164,150); }

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

border-color css

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

 span { border-color: rgb(214,164,150); }

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