Html Css Color HEX #D6BA6F Chenin

📋 copy color: '#D6BA6F'

red 214 ◦ green 186 ◦ blue 111

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

Shades of Chenin #D6BA6F

Tints of Chenin #D6BA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.72%

R = 41.88%
G = 36.4%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6BA6F (or 0xD6BA6F) is known color: Chenin. HEX triplet: D6, BA and 6F. RGB value is (214,186,111). Sum of RGB (Red+Green+Blue) = 214+186+111=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA6F is #294590. Grayscale: #BABABA. Windows color (decimal): -2704785 or 7322326. OLE color: 7322326.

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

Color convert

RGB 214 186 111 -
CMYK 0 0.13 0.48 0.16
HSL 43.69º 0.56% 0.64% -
HSV(B) 43.69º 0.48% 0.84% -
XYZ 48.16 50.56 22.26 -
YUV 185.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 214 186 111 0 0.13 0.48 0.16 43.69 0.56 0.64
Hex D6 BA 6F 0 D 30 10 2C 38 40
Octal 326 272 157 0 15 60 20 54 70 100
Binary 11010110 10111010 1101111 0 1101 110000 10000 101100 111000 1000000

Color Harmonies of #D6BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA6F

Black with #D6BA6F

Text Example


Text Example

White with #D6BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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