Html Css Color HEX #D4BC6C Tacha

📋 copy color: '#D4BC6C'

red 212 ◦ green 188 ◦ blue 108

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

Shades of Tacha #D4BC6C

Tints of Tacha #D4BC6C

RGB

 RED value IS 212 (83.2% from 255) = 41.73%

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

 BLUE value IS 108 (42.58% from 255) = 21.26%

R = 41.73%
G = 37.01%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4BC6C (or 0xD4BC6C) is known color: Tacha. HEX triplet: D4, BC and 6C. RGB value is (212,188,108). Sum of RGB (Red+Green+Blue) = 212+188+108=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC6C is #2B4393. Grayscale: #BABABA. Windows color (decimal): -2835348 or 7126228. OLE color: 7126228.

HSL color Cylindrical-coordinate representation of color #D4BC6C: hue angle of 46.15º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4BC6C is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 188 108 -
CMYK 0 0.11 0.49 0.17
HSL 46.15º 0.55% 0.63% -
HSV(B) 46.15º 0.49% 0.83% -
XYZ 47.84 51.05 21.52 -
YUV 186.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 212 188 108 0 0.11 0.49 0.17 46.15 0.55 0.63
Hex D4 BC 6C 0 B 31 11 2E 37 3F
Octal 324 274 154 0 13 61 21 56 67 77
Binary 11010100 10111100 1101100 0 1011 110001 10001 101110 110111 111111

Color Harmonies of #D4BC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BC6C

Black with #D4BC6C

Text Example


Text Example

White with #D4BC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BC6C; }

 p { color: rgb(212,188,108); }

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

background-color css

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

 a { background-color: rgb(212,188,108); }

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

border-color css

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

 span { border-color: rgb(212,188,108); }

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