Html Css Color HEX #D7BA45 Old Gold

📋 copy color: '#D7BA45'

red 215 ◦ green 186 ◦ blue 69

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

Shades of Old Gold #D7BA45

Tints of Old Gold #D7BA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 45.74%
G = 39.57%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D7BA45 (or 0xD7BA45) is known color: Old Gold. HEX triplet: D7, BA and 45. RGB value is (215,186,69). Sum of RGB (Red+Green+Blue) = 215+186+69=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA45 is #2845BA. Grayscale: #B5B5B5. Windows color (decimal): -2639291 or 4569815. OLE color: 4569815.

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

Color convert

RGB 215 186 69 -
CMYK 0 0.13 0.68 0.16
HSL 48.08º 0.65% 0.56% -
HSV(B) 48.08º 0.68% 0.84% -
XYZ 46.66 49.99 12.82 -
YUV 181.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 215 186 69 0 0.13 0.68 0.16 48.08 0.65 0.56
Hex D7 BA 45 0 D 44 10 30 41 38
Octal 327 272 105 0 15 104 20 60 101 70
Binary 11010111 10111010 1000101 0 1101 1000100 10000 110000 1000001 111000

Color Harmonies of #D7BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA45

Black with #D7BA45

Text Example


Text Example

White with #D7BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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