Html Css Color HEX #D5BF54 Tacha

📋 copy color: '#D5BF54'

red 213 ◦ green 191 ◦ blue 84

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

Shades of Tacha #D5BF54

Tints of Tacha #D5BF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.21%

R = 43.65%
G = 39.14%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5BF54 (or 0xD5BF54) is known color: Tacha. HEX triplet: D5, BF and 54. RGB value is (213,191,84). Sum of RGB (Red+Green+Blue) = 213+191+84=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF54 is #2A40AB. Grayscale: #B9B9B9. Windows color (decimal): -2769068 or 5554133. OLE color: 5554133.

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

Color convert

RGB 213 191 84 -
CMYK 0 0.10 0.61 0.16
HSL 49.77º 0.61% 0.58% -
HSV(B) 49.77º 0.61% 0.84% -
XYZ 47.67 52.05 15.92 -
YUV 185.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 213 191 84 0 0.10 0.61 0.16 49.77 0.61 0.58
Hex D5 BF 54 0 A 3D 10 32 3D 3A
Octal 325 277 124 0 12 75 20 62 75 72
Binary 11010101 10111111 1010100 0 1010 111101 10000 110010 111101 111010

Color Harmonies of #D5BF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF54

Black with #D5BF54

Text Example


Text Example

White with #D5BF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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