Html Css Color HEX #D4B564 Tacha

📋 copy color: '#D4B564'

red 212 ◦ green 181 ◦ blue 100

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

Shades of Tacha #D4B564

Tints of Tacha #D4B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

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

R = 43%
G = 36.71%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4B564 (or 0xD4B564) is known color: Tacha. HEX triplet: D4, B5 and 64. RGB value is (212,181,100). Sum of RGB (Red+Green+Blue) = 212+181+100=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B564 is #2B4A9B. Grayscale: #B5B5B5. Windows color (decimal): -2837148 or 6600148. OLE color: 6600148.

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

Color convert

RGB 212 181 100 -
CMYK 0 0.15 0.53 0.17
HSL 43.39º 0.57% 0.61% -
HSV(B) 43.39º 0.53% 0.83% -
XYZ 45.98 47.96 18.89 -
YUV 181.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 212 181 100 0 0.15 0.53 0.17 43.39 0.57 0.61
Hex D4 B5 64 0 F 35 11 2B 39 3D
Octal 324 265 144 0 17 65 21 53 71 75
Binary 11010100 10110101 1100100 0 1111 110101 10001 101011 111001 111101

Color Harmonies of #D4B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B564

Black with #D4B564

Text Example


Text Example

White with #D4B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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