Html Css Color HEX #D6BC71 Chenin

📋 copy color: '#D6BC71'

red 214 ◦ green 188 ◦ blue 113

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

Shades of Chenin #D6BC71

Tints of Chenin #D6BC71

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.5%

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

R = 41.55%
G = 36.5%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6BC71 (or 0xD6BC71) is known color: Chenin. HEX triplet: D6, BC and 71. RGB value is (214,188,113). Sum of RGB (Red+Green+Blue) = 214+188+113=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BC71 is #29438E. Grayscale: #BBBBBB. Windows color (decimal): -2704271 or 7453910. OLE color: 7453910.

HSL color Cylindrical-coordinate representation of color #D6BC71: hue angle of 44.55º 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 #D6BC71 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 113 -
CMYK 0 0.12 0.47 0.16
HSL 44.55º 0.55% 0.64% -
HSV(B) 44.55º 0.47% 0.84% -
XYZ 48.7 51.45 22.99 -
YUV 187.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 214 188 113 0 0.12 0.47 0.16 44.55 0.55 0.64
Hex D6 BC 71 0 C 2F 10 2D 37 40
Octal 326 274 161 0 14 57 20 55 67 100
Binary 11010110 10111100 1110001 0 1100 101111 10000 101101 110111 1000000

Color Harmonies of #D6BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BC71

Black with #D6BC71

Text Example


Text Example

White with #D6BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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