Html Css Color HEX #D8C064 Tacha

📋 copy color: '#D8C064'

red 216 ◦ green 192 ◦ blue 100

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

Shades of Tacha #D8C064

Tints of Tacha #D8C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 42.52%
G = 37.8%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8C064 (or 0xD8C064) is known color: Tacha. HEX triplet: D8, C0 and 64. RGB value is (216,192,100). Sum of RGB (Red+Green+Blue) = 216+192+100=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C064 is #273F9B. Grayscale: #BDBDBD. Windows color (decimal): -2572188 or 6602968. OLE color: 6602968.

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

Color convert

RGB 216 192 100 -
CMYK 0 0.11 0.54 0.15
HSL 47.59º 0.6% 0.62% -
HSV(B) 47.59º 0.54% 0.85% -
XYZ 49.47 53.22 19.72 -
YUV 188.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 216 192 100 0 0.11 0.54 0.15 47.59 0.6 0.62
Hex D8 C0 64 0 B 36 F 30 3C 3E
Octal 330 300 144 0 13 66 17 60 74 76
Binary 11011000 11000000 1100100 0 1011 110110 1111 110000 111100 111110

Color Harmonies of #D8C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C064

Black with #D8C064

Text Example


Text Example

White with #D8C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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