Html Css Color HEX #D4C064 Tacha

📋 copy color: '#D4C064'

red 212 ◦ green 192 ◦ blue 100

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

Shades of Tacha #D4C064

Tints of Tacha #D4C064

RGB

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

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

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

R = 42.06%
G = 38.1%
B = 19.84%

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

#D4C064 (or 0xD4C064) is known color: Tacha. HEX triplet: D4, C0 and 64. RGB value is (212,192,100). Sum of RGB (Red+Green+Blue) = 212+192+100=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C064 is #2B3F9B. Grayscale: #BBBBBB. Windows color (decimal): -2834332 or 6602964. OLE color: 6602964.

HSL color Cylindrical-coordinate representation of color #D4C064: hue angle of 49.29º 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 #D4C064 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 192 100 -
CMYK 0 0.09 0.53 0.17
HSL 49.29º 0.57% 0.61% -
HSV(B) 49.29º 0.53% 0.83% -
XYZ 48.3 52.62 19.67 -
YUV 187.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 212 192 100 0 0.09 0.53 0.17 49.29 0.57 0.61
Hex D4 C0 64 0 9 35 11 31 39 3D
Octal 324 300 144 0 11 65 21 61 71 75
Binary 11010100 11000000 1100100 0 1001 110101 10001 110001 111001 111101

Color Harmonies of #D4C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C064

Black with #D4C064

Text Example


Text Example

White with #D4C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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