Html Css Color HEX #D7BA6E Chenin

📋 copy color: '#D7BA6E'

red 215 ◦ green 186 ◦ blue 110

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

Shades of Chenin #D7BA6E

Tints of Chenin #D7BA6E

RGB

 RED value IS 215 (84.38% from 255) = 42.07%

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

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

R = 42.07%
G = 36.4%
B = 21.53%

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

#D7BA6E (or 0xD7BA6E) is known color: Chenin. HEX triplet: D7, BA and 6E. RGB value is (215,186,110). Sum of RGB (Red+Green+Blue) = 215+186+110=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA6E is #284591. Grayscale: #BABABA. Windows color (decimal): -2639250 or 7256791. OLE color: 7256791.

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

Color convert

RGB 215 186 110 -
CMYK 0 0.13 0.49 0.16
HSL 43.43º 0.57% 0.64% -
HSV(B) 43.43º 0.49% 0.84% -
XYZ 48.4 50.69 21.99 -
YUV 186.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 215 186 110 0 0.13 0.49 0.16 43.43 0.57 0.64
Hex D7 BA 6E 0 D 31 10 2B 39 40
Octal 327 272 156 0 15 61 20 53 71 100
Binary 11010111 10111010 1101110 0 1101 110001 10000 101011 111001 1000000

Color Harmonies of #D7BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA6E

Black with #D7BA6E

Text Example


Text Example

White with #D7BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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