#D0B943

Color #D0B943 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #D0B943

Tints of Old Gold #D0B943

Color information

#D0B943 (or 0xD0B943) is unknown color: approx Old Gold. HEX triplet: D0, B9 and 43. RGB value is (208,185,67). Sum of RGB (Red+Green+Blue) = 208+185+67=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 67 (26.56% from 255 or 14.57% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B943 is #2F46BC. Grayscale: #B2B2B2. Windows color (decimal): -3098301 or 4438480. OLE color: 4438480.

HSL color Cylindrical-coordinate representation of color #D0B943: hue angle of 50.21º degrees, saturation: 0.6, 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 #D0B943 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB20818567-
CMYK00.110.680.18
HSL50.21º60%53.92%-
HSV(B)50.21º67.79%81.57%-
XYZ44.3748.5112.34-
YUV178.4265.12149.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 67 (26.56% from 255) = 14.57%
R=45.22%
G=40.22%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081856700.110.680.1850.216053.92
HexD0B9430B4412323c36
Octal32027110301310422627466
Binary1101000010111001100001101011100010010010110010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B943; }

 p { color: rgb(208,185,67); }

 H1.HeaderClassName
 {
   color: #D0B943;
 }
 .AnyTagClassName
 {
   color: #D0B943;
 }
</style>
background-color css

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

 a { background-color: rgb(208,185,67); }

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

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

 span { border-color: rgb(208,185,67); }

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