Html Css Color HEX #D8BC64 Tacha

📋 copy color: '#D8BC64'

red 216 ◦ green 188 ◦ blue 100

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

Shades of Tacha #D8BC64

Tints of Tacha #D8BC64

RGB

 RED value IS 216 (84.77% from 255) = 42.86%

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

 BLUE value IS 100 (39.45% from 255) = 19.84%

R = 42.86%
G = 37.3%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8BC64 (or 0xD8BC64) is known color: Tacha. HEX triplet: D8, BC and 64. RGB value is (216,188,100). Sum of RGB (Red+Green+Blue) = 216+188+100=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BC64 is #27439B. Grayscale: #BABABA. Windows color (decimal): -2573212 or 6601944. OLE color: 6601944.

HSL color Cylindrical-coordinate representation of color #D8BC64: hue angle of 45.52º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8BC64 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 188 100 -
CMYK 0 0.13 0.54 0.15
HSL 45.52º 0.6% 0.62% -
HSV(B) 45.52º 0.54% 0.85% -
XYZ 48.6 51.49 19.43 -
YUV 186.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 216 188 100 0 0.13 0.54 0.15 45.52 0.6 0.62
Hex D8 BC 64 0 D 36 F 2E 3C 3E
Octal 330 274 144 0 15 66 17 56 74 76
Binary 11011000 10111100 1100100 0 1101 110110 1111 101110 111100 111110

Color Harmonies of #D8BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BC64

Black with #D8BC64

Text Example


Text Example

White with #D8BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BC64; }

 p { color: rgb(216,188,100); }

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

background-color css

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

 a { background-color: rgb(216,188,100); }

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

border-color css

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

 span { border-color: rgb(216,188,100); }

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