Html Css Color HEX #D7BA4B Old Gold

📋 copy color: '#D7BA4B'

red 215 ◦ green 186 ◦ blue 75

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

Shades of Old Gold #D7BA4B

Tints of Old Gold #D7BA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 45.17%
G = 39.08%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7BA4B (or 0xD7BA4B) is known color: Old Gold. HEX triplet: D7, BA and 4B. RGB value is (215,186,75). Sum of RGB (Red+Green+Blue) = 215+186+75=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BA4B is #2845B4. Grayscale: #B6B6B6. Windows color (decimal): -2639285 or 4963031. OLE color: 4963031.

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

Color convert

RGB 215 186 75 -
CMYK 0 0.13 0.65 0.16
HSL 47.57º 0.64% 0.57% -
HSV(B) 47.57º 0.65% 0.84% -
XYZ 46.85 50.07 13.85 -
YUV 182.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 215 186 75 0 0.13 0.65 0.16 47.57 0.64 0.57
Hex D7 BA 4B 0 D 41 10 30 40 39
Octal 327 272 113 0 15 101 20 60 100 71
Binary 11010111 10111010 1001011 0 1101 1000001 10000 110000 1000000 111001

Color Harmonies of #D7BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA4B

Black with #D7BA4B

Text Example


Text Example

White with #D7BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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