Html Css Color HEX #D6BA72 Chenin

📋 copy color: '#D6BA72'

red 214 ◦ green 186 ◦ blue 114

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

Shades of Chenin #D6BA72

Tints of Chenin #D6BA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.18%

R = 41.63%
G = 36.19%
B = 22.18%

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

#D6BA72 (or 0xD6BA72) is known color: Chenin. HEX triplet: D6, BA and 72. RGB value is (214,186,114). Sum of RGB (Red+Green+Blue) = 214+186+114=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA72 is #29458D. Grayscale: #BABABA. Windows color (decimal): -2704782 or 7518934. OLE color: 7518934.

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

Color convert

RGB 214 186 114 -
CMYK 0 0.13 0.47 0.16
HSL 43.2º 0.55% 0.64% -
HSV(B) 43.2º 0.47% 0.84% -
XYZ 48.33 50.63 23.14 -
YUV 186.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 214 186 114 0 0.13 0.47 0.16 43.2 0.55 0.64
Hex D6 BA 72 0 D 2F 10 2B 37 40
Octal 326 272 162 0 15 57 20 53 67 100
Binary 11010110 10111010 1110010 0 1101 101111 10000 101011 110111 1000000

Color Harmonies of #D6BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA72

Black with #D6BA72

Text Example


Text Example

White with #D6BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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