Html Css Color HEX #D7BA2B Gold Tips

📋 copy color: '#D7BA2B'

red 215 ◦ green 186 ◦ blue 43

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

Shades of Gold Tips #D7BA2B

Tints of Gold Tips #D7BA2B

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 186 (73.05% from 255) = 41.89%

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 48.42%
G = 41.89%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7BA2B (or 0xD7BA2B) is known color: Gold Tips. HEX triplet: D7, BA and 2B. RGB value is (215,186,43). Sum of RGB (Red+Green+Blue) = 215+186+43=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA2B is #2845D4. Grayscale: #B2B2B2. Windows color (decimal): -2639317 or 2865879. OLE color: 2865879.

HSL color Cylindrical-coordinate representation of color #D7BA2B: hue angle of 49.88º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7BA2B is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 43 -
CMYK 0 0.13 0.8 0.16
HSL 49.88º 0.68% 0.51% -
HSV(B) 49.88º 0.8% 0.84% -
XYZ 46.02 49.74 9.46 -
YUV 178.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 215 186 43 0 0.13 0.8 0.16 49.88 0.68 0.51
Hex D7 BA 2B 0 D 50 10 32 44 33
Octal 327 272 53 0 15 120 20 62 104 63
Binary 11010111 10111010 101011 0 1101 1010000 10000 110010 1000100 110011

Color Harmonies of #D7BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA2B

Black with #D7BA2B

Text Example


Text Example

White with #D7BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA2B; }

 p { color: rgb(215,186,43); }

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

background-color css

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

 a { background-color: rgb(215,186,43); }

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

border-color css

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

 span { border-color: rgb(215,186,43); }

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