Html Css Color HEX #D6BA73 Chenin

📋 copy color: '#D6BA73'

red 214 ◦ green 186 ◦ blue 115

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

Shades of Chenin #D6BA73

Tints of Chenin #D6BA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.33%

R = 41.55%
G = 36.12%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6BA73 (or 0xD6BA73) is known color: Chenin. HEX triplet: D6, BA and 73. RGB value is (214,186,115). Sum of RGB (Red+Green+Blue) = 214+186+115=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 115 (45.31% from 255 or 22.33% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BA73 is #29458C. Grayscale: #BABABA. Windows color (decimal): -2704781 or 7584470. OLE color: 7584470.

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

Color convert

RGB 214 186 115 -
CMYK 0 0.13 0.46 0.16
HSL 43.03º 0.55% 0.65% -
HSV(B) 43.03º 0.46% 0.84% -
XYZ 48.38 50.65 23.45 -
YUV 186.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 214 186 115 0 0.13 0.46 0.16 43.03 0.55 0.65
Hex D6 BA 73 0 D 2E 10 2B 37 41
Octal 326 272 163 0 15 56 20 53 67 101
Binary 11010110 10111010 1110011 0 1101 101110 10000 101011 110111 1000001

Color Harmonies of #D6BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BA73

Black with #D6BA73

Text Example


Text Example

White with #D6BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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