Html Css Color HEX #D4BF64 Tacha

📋 copy color: '#D4BF64'

red 212 ◦ green 191 ◦ blue 100

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

Shades of Tacha #D4BF64

Tints of Tacha #D4BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 37.97%

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

R = 42.15%
G = 37.97%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4BF64 (or 0xD4BF64) is known color: Tacha. HEX triplet: D4, BF and 64. RGB value is (212,191,100). Sum of RGB (Red+Green+Blue) = 212+191+100=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BF64 is #2B409B. Grayscale: #BBBBBB. Windows color (decimal): -2834588 or 6602708. OLE color: 6602708.

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

Color convert

RGB 212 191 100 -
CMYK 0 0.10 0.53 0.17
HSL 48.75º 0.57% 0.61% -
HSV(B) 48.75º 0.53% 0.83% -
XYZ 48.08 52.18 19.59 -
YUV 186.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 212 191 100 0 0.10 0.53 0.17 48.75 0.57 0.61
Hex D4 BF 64 0 A 35 11 31 39 3D
Octal 324 277 144 0 12 65 21 61 71 75
Binary 11010100 10111111 1100100 0 1010 110101 10001 110001 111001 111101

Color Harmonies of #D4BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF64

Black with #D4BF64

Text Example


Text Example

White with #D4BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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