Html Css Color HEX #D4C164 Tacha

📋 copy color: '#D4C164'

red 212 ◦ green 193 ◦ blue 100

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

Shades of Tacha #D4C164

Tints of Tacha #D4C164

RGB

 RED value IS 212 (83.2% from 255) = 41.98%

 GREEN value IS 193 (75.78% from 255) = 38.22%

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

R = 41.98%
G = 38.22%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4C164 (or 0xD4C164) is known color: Tacha. HEX triplet: D4, C1 and 64. RGB value is (212,193,100). Sum of RGB (Red+Green+Blue) = 212+193+100=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C164 is #2B3E9B. Grayscale: #BCBCBC. Windows color (decimal): -2834076 or 6603220. OLE color: 6603220.

HSL color Cylindrical-coordinate representation of color #D4C164: hue angle of 49.82º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4C164 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 100 -
CMYK 0 0.09 0.53 0.17
HSL 49.82º 0.57% 0.61% -
HSV(B) 49.82º 0.53% 0.83% -
XYZ 48.52 53.06 19.74 -
YUV 188.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 212 193 100 0 0.09 0.53 0.17 49.82 0.57 0.61
Hex D4 C1 64 0 9 35 11 32 39 3D
Octal 324 301 144 0 11 65 21 62 71 75
Binary 11010100 11000001 1100100 0 1001 110101 10001 110010 111001 111101

Color Harmonies of #D4C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C164

Black with #D4C164

Text Example


Text Example

White with #D4C164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C164; }

 p { color: rgb(212,193,100); }

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

background-color css

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

 a { background-color: rgb(212,193,100); }

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

border-color css

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

 span { border-color: rgb(212,193,100); }

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