Html Css Color HEX #D8C264 Tacha

📋 copy color: '#D8C264'

red 216 ◦ green 194 ◦ blue 100

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

Shades of Tacha #D8C264

Tints of Tacha #D8C264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 42.35%
G = 38.04%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8C264 (or 0xD8C264) is known color: Tacha. HEX triplet: D8, C2 and 64. RGB value is (216,194,100). Sum of RGB (Red+Green+Blue) = 216+194+100=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C264 is #273D9B. Grayscale: #BEBEBE. Windows color (decimal): -2571676 or 6603480. OLE color: 6603480.

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

Color convert

RGB 216 194 100 -
CMYK 0 0.10 0.54 0.15
HSL 48.62º 0.6% 0.62% -
HSV(B) 48.62º 0.54% 0.85% -
XYZ 49.91 54.1 19.87 -
YUV 189.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 216 194 100 0 0.10 0.54 0.15 48.62 0.6 0.62
Hex D8 C2 64 0 A 36 F 31 3C 3E
Octal 330 302 144 0 12 66 17 61 74 76
Binary 11011000 11000010 1100100 0 1010 110110 1111 110001 111100 111110

Color Harmonies of #D8C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C264

Black with #D8C264

Text Example


Text Example

White with #D8C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C264; }

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

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

background-color css

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

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

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

border-color css

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

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

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