Html Css Color HEX #D6BA6C Chenin

📋 copy color: '#D6BA6C'

red 214 ◦ green 186 ◦ blue 108

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

Shades of Chenin #D6BA6C

Tints of Chenin #D6BA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.26%

R = 42.13%
G = 36.61%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6BA6C (or 0xD6BA6C) is known color: Chenin. HEX triplet: D6, BA and 6C. RGB value is (214,186,108). Sum of RGB (Red+Green+Blue) = 214+186+108=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA6C is #294593. Grayscale: #B9B9B9. Windows color (decimal): -2704788 or 7125718. OLE color: 7125718.

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

Color convert

RGB 214 186 108 -
CMYK 0 0.13 0.50 0.16
HSL 44.15º 0.56% 0.63% -
HSV(B) 44.15º 0.5% 0.84% -
XYZ 48 50.5 21.4 -
YUV 185.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 214 186 108 0 0.13 0.50 0.16 44.15 0.56 0.63
Hex D6 BA 6C 0 D 32 10 2C 38 3F
Octal 326 272 154 0 15 62 20 54 70 77
Binary 11010110 10111010 1101100 0 1101 110010 10000 101100 111000 111111

Color Harmonies of #D6BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA6C

Black with #D6BA6C

Text Example


Text Example

White with #D6BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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