#D0BB4B

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

Shades of Old Gold #D0BB4B

Tints of Old Gold #D0BB4B

Color information

#D0BB4B (or 0xD0BB4B) is unknown color: approx Old Gold. HEX triplet: D0, BB and 4B. RGB value is (208,187,75). Sum of RGB (Red+Green+Blue) = 208+187+75=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BB4B is #2F44B4. Grayscale: #B4B4B4. Windows color (decimal): -3097781 or 4963280. OLE color: 4963280.

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

Color convert

RGB20818775-
CMYK00.100.640.18
HSL50.53º58.59%55.49%-
HSV(B)50.53º63.94%81.57%-
XYZ45.0549.4613.83-
YUV180.5168.46147.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.26%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 75 (29.69% from 255) = 15.96%
R=44.26%
G=39.79%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081877500.100.640.1850.5358.5955.49
HexD0BB4B0A4012333b37
Octal32027311301210022637367
Binary1101000010111011100101101010100000010010110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB4B; }

 p { color: rgb(208,187,75); }

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

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

 a { background-color: rgb(208,187,75); }

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

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

 span { border-color: rgb(208,187,75); }

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