Html Css Color HEX #D6BAA2 Cashmere

📋 copy color: '#D6BAA2'

red 214 ◦ green 186 ◦ blue 162

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

Shades of Cashmere #D6BAA2

Tints of Cashmere #D6BAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

 BLUE value IS 162 (63.67% from 255) = 28.83%

R = 38.08%
G = 33.1%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6BAA2 (or 0xD6BAA2) is known color: Cashmere. HEX triplet: D6, BA and A2. RGB value is (214,186,162). Sum of RGB (Red+Green+Blue) = 214+186+162=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAA2 is #29455D. Grayscale: #BFBFBF. Windows color (decimal): -2704734 or 10664662. OLE color: 10664662.

HSL color Cylindrical-coordinate representation of color #D6BAA2: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BAA2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 162 -
CMYK 0 0.13 0.24 0.16
HSL 27.69º 0.39% 0.74% -
HSV(B) 27.69º 0.24% 0.84% -
XYZ 51.81 52.02 41.49 -
YUV 191.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 214 186 162 0 0.13 0.24 0.16 27.69 0.39 0.74
Hex D6 BA A2 0 D 18 10 1C 27 4A
Octal 326 272 242 0 15 30 20 34 47 112
Binary 11010110 10111010 10100010 0 1101 11000 10000 11100 100111 1001010

Color Harmonies of #D6BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAA2

Black with #D6BAA2

Text Example


Text Example

White with #D6BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAA2; }

 p { color: rgb(214,186,162); }

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

background-color css

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

 a { background-color: rgb(214,186,162); }

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

border-color css

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

 span { border-color: rgb(214,186,162); }

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