Html Css Color HEX #D7BA71 Chenin

📋 copy color: '#D7BA71'

red 215 ◦ green 186 ◦ blue 113

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

Shades of Chenin #D7BA71

Tints of Chenin #D7BA71

RGB

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

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

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

R = 41.83%
G = 36.19%
B = 21.98%

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

#D7BA71 (or 0xD7BA71) is known color: Chenin. HEX triplet: D7, BA and 71. RGB value is (215,186,113). Sum of RGB (Red+Green+Blue) = 215+186+113=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA71 is #28458E. Grayscale: #BABABA. Windows color (decimal): -2639247 or 7453399. OLE color: 7453399.

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

Color convert

RGB 215 186 113 -
CMYK 0 0.13 0.47 0.16
HSL 42.94º 0.56% 0.64% -
HSV(B) 42.94º 0.47% 0.84% -
XYZ 48.56 50.76 22.86 -
YUV 186.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 215 186 113 0 0.13 0.47 0.16 42.94 0.56 0.64
Hex D7 BA 71 0 D 2F 10 2B 38 40
Octal 327 272 161 0 15 57 20 53 70 100
Binary 11010111 10111010 1110001 0 1101 101111 10000 101011 111000 1000000

Color Harmonies of #D7BA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA71

Black with #D7BA71

Text Example


Text Example

White with #D7BA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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