Html Css Color HEX #D6BA99 Cashmere

📋 copy color: '#D6BA99'

red 214 ◦ green 186 ◦ blue 153

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

Shades of Cashmere #D6BA99

Tints of Cashmere #D6BA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.67%

R = 38.7%
G = 33.63%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D6BA99 (or 0xD6BA99) is known color: Cashmere. HEX triplet: D6, BA and 99. RGB value is (214,186,153). Sum of RGB (Red+Green+Blue) = 214+186+153=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA99 is #294566. Grayscale: #BEBEBE. Windows color (decimal): -2704743 or 10074838. OLE color: 10074838.

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

Color convert

RGB 214 186 153 -
CMYK 0 0.13 0.29 0.16
HSL 32.46º 0.43% 0.72% -
HSV(B) 32.46º 0.29% 0.84% -
XYZ 51.04 51.71 37.43 -
YUV 190.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 214 186 153 0 0.13 0.29 0.16 32.46 0.43 0.72
Hex D6 BA 99 0 D 1D 10 20 2B 48
Octal 326 272 231 0 15 35 20 40 53 110
Binary 11010110 10111010 10011001 0 1101 11101 10000 100000 101011 1001000

Color Harmonies of #D6BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA99

Black with #D6BA99

Text Example


Text Example

White with #D6BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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