Html Css Color HEX #D7BA41 Old Gold

📋 copy color: '#D7BA41'

red 215 ◦ green 186 ◦ blue 65

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

Shades of Old Gold #D7BA41

Tints of Old Gold #D7BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 46.14%
G = 39.91%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7BA41 (or 0xD7BA41) is known color: Old Gold. HEX triplet: D7, BA and 41. RGB value is (215,186,65). Sum of RGB (Red+Green+Blue) = 215+186+65=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA41 is #2845BE. Grayscale: #B5B5B5. Windows color (decimal): -2639295 or 4307671. OLE color: 4307671.

HSL color Cylindrical-coordinate representation of color #D7BA41: hue angle of 48.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7BA41 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 65 -
CMYK 0 0.13 0.70 0.16
HSL 48.4º 0.65% 0.55% -
HSV(B) 48.4º 0.7% 0.84% -
XYZ 46.54 49.95 12.19 -
YUV 180.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 215 186 65 0 0.13 0.70 0.16 48.4 0.65 0.55
Hex D7 BA 41 0 D 46 10 30 41 37
Octal 327 272 101 0 15 106 20 60 101 67
Binary 11010111 10111010 1000001 0 1101 1000110 10000 110000 1000001 110111

Color Harmonies of #D7BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA41

Black with #D7BA41

Text Example


Text Example

White with #D7BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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