Html Css Color HEX #D5BF61 Tacha

📋 copy color: '#D5BF61'

red 213 ◦ green 191 ◦ blue 97

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

Shades of Tacha #D5BF61

Tints of Tacha #D5BF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 42.51%
G = 38.12%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D5BF61 (or 0xD5BF61) is known color: Tacha. HEX triplet: D5, BF and 61. RGB value is (213,191,97). Sum of RGB (Red+Green+Blue) = 213+191+97=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF61 is #2A409E. Grayscale: #BBBBBB. Windows color (decimal): -2769055 or 6406101. OLE color: 6406101.

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

Color convert

RGB 213 191 97 -
CMYK 0 0.10 0.54 0.16
HSL 48.62º 0.58% 0.61% -
HSV(B) 48.62º 0.54% 0.84% -
XYZ 48.23 52.27 18.86 -
YUV 186.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 213 191 97 0 0.10 0.54 0.16 48.62 0.58 0.61
Hex D5 BF 61 0 A 36 10 31 3A 3D
Octal 325 277 141 0 12 66 20 61 72 75
Binary 11010101 10111111 1100001 0 1010 110110 10000 110001 111010 111101

Color Harmonies of #D5BF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF61

Black with #D5BF61

Text Example


Text Example

White with #D5BF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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