Html Css Color HEX #D1B73B Old Gold

📋 copy color: '#D1B73B'

red 209 ◦ green 183 ◦ blue 59

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

Shades of Old Gold #D1B73B

Tints of Old Gold #D1B73B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.58%

 BLUE value IS 59 (23.44% from 255) = 13.08%

R = 46.34%
G = 40.58%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1B73B (or 0xD1B73B) is known color: Old Gold. HEX triplet: D1, B7 and 3B. RGB value is (209,183,59). Sum of RGB (Red+Green+Blue) = 209+183+59=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B73B is #2E48C4. Grayscale: #B1B1B1. Windows color (decimal): -3033285 or 3913681. OLE color: 3913681.

HSL color Cylindrical-coordinate representation of color #D1B73B: hue angle of 49.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1B73B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 59 -
CMYK 0 0.12 0.72 0.18
HSL 49.6º 0.62% 0.53% -
HSV(B) 49.6º 0.72% 0.82% -
XYZ 44.02 47.74 11.03 -
YUV 176.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 209 183 59 0 0.12 0.72 0.18 49.6 0.62 0.53
Hex D1 B7 3B 0 C 48 12 32 3E 35
Octal 321 267 73 0 14 110 22 62 76 65
Binary 11010001 10110111 111011 0 1100 1001000 10010 110010 111110 110101

Color Harmonies of #D1B73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B73B

Black with #D1B73B

Text Example


Text Example

White with #D1B73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B73B; }

 p { color: rgb(209,183,59); }

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

background-color css

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

 a { background-color: rgb(209,183,59); }

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

border-color css

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

 span { border-color: rgb(209,183,59); }

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