Html Css Color HEX #D5B764 Tacha

📋 copy color: '#D5B764'

red 213 ◦ green 183 ◦ blue 100

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

Shades of Tacha #D5B764

Tints of Tacha #D5B764

RGB

 RED value IS 213 (83.59% from 255) = 42.94%

 GREEN value IS 183 (71.88% from 255) = 36.9%

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

R = 42.94%
G = 36.9%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5B764 (or 0xD5B764) is known color: Tacha. HEX triplet: D5, B7 and 64. RGB value is (213,183,100). Sum of RGB (Red+Green+Blue) = 213+183+100=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B764 is #2A489B. Grayscale: #B6B6B6. Windows color (decimal): -2771100 or 6600661. OLE color: 6600661.

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

Color convert

RGB 213 183 100 -
CMYK 0 0.14 0.53 0.16
HSL 44.07º 0.57% 0.61% -
HSV(B) 44.07º 0.53% 0.84% -
XYZ 46.67 48.93 19.04 -
YUV 182.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 213 183 100 0 0.14 0.53 0.16 44.07 0.57 0.61
Hex D5 B7 64 0 E 35 10 2C 39 3D
Octal 325 267 144 0 16 65 20 54 71 75
Binary 11010101 10110111 1100100 0 1110 110101 10000 101100 111001 111101

Color Harmonies of #D5B764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B764

Black with #D5B764

Text Example


Text Example

White with #D5B764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B764; }

 p { color: rgb(213,183,100); }

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

background-color css

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

 a { background-color: rgb(213,183,100); }

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

border-color css

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

 span { border-color: rgb(213,183,100); }

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