Html Css Color HEX #D5BF57 Tacha

📋 copy color: '#D5BF57'

red 213 ◦ green 191 ◦ blue 87

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

Shades of Tacha #D5BF57

Tints of Tacha #D5BF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.72%

R = 43.38%
G = 38.9%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5BF57 (or 0xD5BF57) is known color: Tacha. HEX triplet: D5, BF and 57. RGB value is (213,191,87). Sum of RGB (Red+Green+Blue) = 213+191+87=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF57 is #2A40A8. Grayscale: #BABABA. Windows color (decimal): -2769065 or 5750741. OLE color: 5750741.

HSL color Cylindrical-coordinate representation of color #D5BF57: hue angle of 49.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5BF57 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 87 -
CMYK 0 0.10 0.59 0.16
HSL 49.52º 0.6% 0.59% -
HSV(B) 49.52º 0.59% 0.84% -
XYZ 47.79 52.1 16.55 -
YUV 185.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 213 191 87 0 0.10 0.59 0.16 49.52 0.6 0.59
Hex D5 BF 57 0 A 3B 10 32 3C 3B
Octal 325 277 127 0 12 73 20 62 74 73
Binary 11010101 10111111 1010111 0 1010 111011 10000 110010 111100 111011

Color Harmonies of #D5BF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF57

Black with #D5BF57

Text Example


Text Example

White with #D5BF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF57; }

 p { color: rgb(213,191,87); }

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

background-color css

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

 a { background-color: rgb(213,191,87); }

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

border-color css

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

 span { border-color: rgb(213,191,87); }

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