Html Css Color HEX #D9BF53 Tacha

📋 copy color: '#D9BF53'

red 217 ◦ green 191 ◦ blue 83

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

Shades of Tacha #D9BF53

Tints of Tacha #D9BF53

RGB

 RED value IS 217 (85.16% from 255) = 44.2%

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

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 44.2%
G = 38.9%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D9BF53 (or 0xD9BF53) is known color: Tacha. HEX triplet: D9, BF and 53. RGB value is (217,191,83). Sum of RGB (Red+Green+Blue) = 217+191+83=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF53 is #2640AC. Grayscale: #BABABA. Windows color (decimal): -2506925 or 5488601. OLE color: 5488601.

HSL color Cylindrical-coordinate representation of color #D9BF53: hue angle of 48.36º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D9BF53 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 83 -
CMYK 0 0.12 0.62 0.15
HSL 48.36º 0.64% 0.59% -
HSV(B) 48.36º 0.62% 0.85% -
XYZ 48.81 52.64 15.77 -
YUV 186.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 217 191 83 0 0.12 0.62 0.15 48.36 0.64 0.59
Hex D9 BF 53 0 C 3E F 30 40 3B
Octal 331 277 123 0 14 76 17 60 100 73
Binary 11011001 10111111 1010011 0 1100 111110 1111 110000 1000000 111011

Color Harmonies of #D9BF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF53

Black with #D9BF53

Text Example


Text Example

White with #D9BF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF53; }

 p { color: rgb(217,191,83); }

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

background-color css

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

 a { background-color: rgb(217,191,83); }

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

border-color css

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

 span { border-color: rgb(217,191,83); }

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