Html Css Color HEX #D1BD2D Old Gold

📋 copy color: '#D1BD2D'

red 209 ◦ green 189 ◦ blue 45

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

Shades of Old Gold #D1BD2D

Tints of Old Gold #D1BD2D

RGB

 RED value IS 209 (82.03% from 255) = 47.18%

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

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

R = 47.18%
G = 42.66%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1BD2D (or 0xD1BD2D) is known color: Old Gold. HEX triplet: D1, BD and 2D. RGB value is (209,189,45). Sum of RGB (Red+Green+Blue) = 209+189+45=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD2D is #2E42D2. Grayscale: #B3B3B3. Windows color (decimal): -3031763 or 2997713. OLE color: 2997713.

HSL color Cylindrical-coordinate representation of color #D1BD2D: hue angle of 52.68º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1BD2D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 45 -
CMYK 0 0.10 0.78 0.18
HSL 52.68º 0.65% 0.5% -
HSV(B) 52.68º 0.78% 0.82% -
XYZ 44.97 50.14 9.79 -
YUV 178.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 209 189 45 0 0.10 0.78 0.18 52.68 0.65 0.5
Hex D1 BD 2D 0 A 4E 12 35 41 32
Octal 321 275 55 0 12 116 22 65 101 62
Binary 11010001 10111101 101101 0 1010 1001110 10010 110101 1000001 110010

Color Harmonies of #D1BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD2D

Black with #D1BD2D

Text Example


Text Example

White with #D1BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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