Html Css Color HEX #D1B543 Old Gold

📋 copy color: '#D1B543'

red 209 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #D1B543

Tints of Old Gold #D1B543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 67 (26.56% from 255) = 14.66%

R = 45.73%
G = 39.61%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1B543 (or 0xD1B543) is known color: Old Gold. HEX triplet: D1, B5 and 43. RGB value is (209,181,67). Sum of RGB (Red+Green+Blue) = 209+181+67=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B543 is #2E4ABC. Grayscale: #B0B0B0. Windows color (decimal): -3033789 or 4437457. OLE color: 4437457.

HSL color Cylindrical-coordinate representation of color #D1B543: hue angle of 48.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1B543 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 67 -
CMYK 0 0.13 0.68 0.18
HSL 48.17º 0.61% 0.54% -
HSV(B) 48.17º 0.68% 0.82% -
XYZ 43.83 47.01 12.07 -
YUV 176.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 209 181 67 0 0.13 0.68 0.18 48.17 0.61 0.54
Hex D1 B5 43 0 D 44 12 30 3D 36
Octal 321 265 103 0 15 104 22 60 75 66
Binary 11010001 10110101 1000011 0 1101 1000100 10010 110000 111101 110110

Color Harmonies of #D1B543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B543

Black with #D1B543

Text Example


Text Example

White with #D1B543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B543; }

 p { color: rgb(209,181,67); }

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

background-color css

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

 a { background-color: rgb(209,181,67); }

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

border-color css

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

 span { border-color: rgb(209,181,67); }

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