Html Css Color HEX #D6BA6E Chenin

📋 copy color: '#D6BA6E'

red 214 ◦ green 186 ◦ blue 110

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

Shades of Chenin #D6BA6E

Tints of Chenin #D6BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.57%

R = 41.96%
G = 36.47%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6BA6E (or 0xD6BA6E) is known color: Chenin. HEX triplet: D6, BA and 6E. RGB value is (214,186,110). Sum of RGB (Red+Green+Blue) = 214+186+110=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA6E is #294591. Grayscale: #BABABA. Windows color (decimal): -2704786 or 7256790. OLE color: 7256790.

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

Color convert

RGB 214 186 110 -
CMYK 0 0.13 0.49 0.16
HSL 43.85º 0.56% 0.64% -
HSV(B) 43.85º 0.49% 0.84% -
XYZ 48.1 50.54 21.97 -
YUV 185.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 214 186 110 0 0.13 0.49 0.16 43.85 0.56 0.64
Hex D6 BA 6E 0 D 31 10 2C 38 40
Octal 326 272 156 0 15 61 20 54 70 100
Binary 11010110 10111010 1101110 0 1101 110001 10000 101100 111000 1000000

Color Harmonies of #D6BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA6E

Black with #D6BA6E

Text Example


Text Example

White with #D6BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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