Html Css Color HEX #D7BD2D Old Gold

📋 copy color: '#D7BD2D'

red 215 ◦ green 189 ◦ blue 45

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

Shades of Old Gold #D7BD2D

Tints of Old Gold #D7BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 45 (17.97% from 255) = 10.02%

R = 47.88%
G = 42.09%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7BD2D (or 0xD7BD2D) is known color: Old Gold. HEX triplet: D7, BD and 2D. RGB value is (215,189,45). Sum of RGB (Red+Green+Blue) = 215+189+45=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7BD2D is #2842D2. Grayscale: #B4B4B4. Windows color (decimal): -2638547 or 2997719. OLE color: 2997719.

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

Color convert

RGB 215 189 45 -
CMYK 0 0.12 0.79 0.16
HSL 50.82º 0.68% 0.51% -
HSV(B) 50.82º 0.79% 0.84% -
XYZ 46.7 51.03 9.87 -
YUV 180.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 215 189 45 0 0.12 0.79 0.16 50.82 0.68 0.51
Hex D7 BD 2D 0 C 4F 10 33 44 33
Octal 327 275 55 0 14 117 20 63 104 63
Binary 11010111 10111101 101101 0 1100 1001111 10000 110011 1000100 110011

Color Harmonies of #D7BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BD2D

Black with #D7BD2D

Text Example


Text Example

White with #D7BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BD2D; }

 p { color: rgb(215,189,45); }

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

background-color css

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

 a { background-color: rgb(215,189,45); }

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

border-color css

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

 span { border-color: rgb(215,189,45); }

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