Html Css Color HEX #D8C764 Tacha

📋 copy color: '#D8C764'

red 216 ◦ green 199 ◦ blue 100

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

Shades of Tacha #D8C764

Tints of Tacha #D8C764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

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

R = 41.94%
G = 38.64%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8C764 (or 0xD8C764) is known color: Tacha. HEX triplet: D8, C7 and 64. RGB value is (216,199,100). Sum of RGB (Red+Green+Blue) = 216+199+100=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C764 is #27389B. Grayscale: #C1C1C1. Windows color (decimal): -2570396 or 6604760. OLE color: 6604760.

HSL color Cylindrical-coordinate representation of color #D8C764: hue angle of 51.21º 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 #D8C764 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 199 100 -
CMYK 0 0.08 0.54 0.15
HSL 51.21º 0.6% 0.62% -
HSV(B) 51.21º 0.54% 0.85% -
XYZ 51.04 56.37 20.25 -
YUV 192.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 216 199 100 0 0.08 0.54 0.15 51.21 0.6 0.62
Hex D8 C7 64 0 8 36 F 33 3C 3E
Octal 330 307 144 0 10 66 17 63 74 76
Binary 11011000 11000111 1100100 0 1000 110110 1111 110011 111100 111110

Color Harmonies of #D8C764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C764

Black with #D8C764

Text Example


Text Example

White with #D8C764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C764; }

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

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

background-color css

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

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

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

border-color css

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

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

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