Html Css Color HEX #D6BA71 Chenin

📋 copy color: '#D6BA71'

red 214 ◦ green 186 ◦ blue 113

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

Shades of Chenin #D6BA71

Tints of Chenin #D6BA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 41.72%
G = 36.26%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6BA71 (or 0xD6BA71) is known color: Chenin. HEX triplet: D6, BA and 71. RGB value is (214,186,113). Sum of RGB (Red+Green+Blue) = 214+186+113=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA71 is #29458E. Grayscale: #BABABA. Windows color (decimal): -2704783 or 7453398. OLE color: 7453398.

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

Color convert

RGB 214 186 113 -
CMYK 0 0.13 0.47 0.16
HSL 43.37º 0.55% 0.64% -
HSV(B) 43.37º 0.47% 0.84% -
XYZ 48.27 50.61 22.85 -
YUV 186.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 214 186 113 0 0.13 0.47 0.16 43.37 0.55 0.64
Hex D6 BA 71 0 D 2F 10 2B 37 40
Octal 326 272 161 0 15 57 20 53 67 100
Binary 11010110 10111010 1110001 0 1101 101111 10000 101011 110111 1000000

Color Harmonies of #D6BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA71

Black with #D6BA71

Text Example


Text Example

White with #D6BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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