Html Css Color HEX #D8C366 Tacha

📋 copy color: '#D8C366'

red 216 ◦ green 195 ◦ blue 102

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

Shades of Tacha #D8C366

Tints of Tacha #D8C366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 102 (40.23% from 255) = 19.88%

R = 42.11%
G = 38.01%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D8C366 (or 0xD8C366) is known color: Tacha. HEX triplet: D8, C3 and 66. RGB value is (216,195,102). Sum of RGB (Red+Green+Blue) = 216+195+102=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C366 is #273C99. Grayscale: #BFBFBF. Windows color (decimal): -2571418 or 6734808. OLE color: 6734808.

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

Color convert

RGB 216 195 102 -
CMYK 0 0.10 0.53 0.15
HSL 48.95º 0.59% 0.62% -
HSV(B) 48.95º 0.53% 0.85% -
XYZ 50.23 54.59 20.46 -
YUV 190.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 216 195 102 0 0.10 0.53 0.15 48.95 0.59 0.62
Hex D8 C3 66 0 A 35 F 31 3B 3E
Octal 330 303 146 0 12 65 17 61 73 76
Binary 11011000 11000011 1100110 0 1010 110101 1111 110001 111011 111110

Color Harmonies of #D8C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C366

Black with #D8C366

Text Example


Text Example

White with #D8C366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C366; }

 p { color: rgb(216,195,102); }

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

background-color css

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

 a { background-color: rgb(216,195,102); }

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

border-color css

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

 span { border-color: rgb(216,195,102); }

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