Html Css Color HEX #D7BC65 Tacha

📋 copy color: '#D7BC65'

red 215 ◦ green 188 ◦ blue 101

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

Shades of Tacha #D7BC65

Tints of Tacha #D7BC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.04%

R = 42.66%
G = 37.3%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7BC65 (or 0xD7BC65) is known color: Tacha. HEX triplet: D7, BC and 65. RGB value is (215,188,101). Sum of RGB (Red+Green+Blue) = 215+188+101=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BC65 is #28439A. Grayscale: #BABABA. Windows color (decimal): -2638747 or 6667479. OLE color: 6667479.

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

Color convert

RGB 215 188 101 -
CMYK 0 0.13 0.53 0.16
HSL 45.79º 0.59% 0.62% -
HSV(B) 45.79º 0.53% 0.84% -
XYZ 48.36 51.35 19.68 -
YUV 186.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 215 188 101 0 0.13 0.53 0.16 45.79 0.59 0.62
Hex D7 BC 65 0 D 35 10 2E 3B 3E
Octal 327 274 145 0 15 65 20 56 73 76
Binary 11010111 10111100 1100101 0 1101 110101 10000 101110 111011 111110

Color Harmonies of #D7BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BC65

Black with #D7BC65

Text Example


Text Example

White with #D7BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BC65; }

 p { color: rgb(215,188,101); }

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

background-color css

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

 a { background-color: rgb(215,188,101); }

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

border-color css

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

 span { border-color: rgb(215,188,101); }

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