Html Css Color HEX #D0BC47 Old Gold

📋 copy color: '#D0BC47'

red 208 ◦ green 188 ◦ blue 71

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

Shades of Old Gold #D0BC47

Tints of Old Gold #D0BC47

RGB

 RED value IS 208 (81.64% from 255) = 44.54%

 GREEN value IS 188 (73.83% from 255) = 40.26%

 BLUE value IS 71 (28.13% from 255) = 15.2%

R = 44.54%
G = 40.26%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0BC47 (or 0xD0BC47) is known color: Old Gold. HEX triplet: D0, BC and 47. RGB value is (208,188,71). Sum of RGB (Red+Green+Blue) = 208+188+71=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC47 is #2F43B8. Grayscale: #B5B5B5. Windows color (decimal): -3097529 or 4701392. OLE color: 4701392.

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

Color convert

RGB 208 188 71 -
CMYK 0 0.10 0.66 0.18
HSL 51.24º 0.59% 0.55% -
HSV(B) 51.24º 0.66% 0.82% -
XYZ 45.13 49.83 13.2 -
YUV 180.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 208 188 71 0 0.10 0.66 0.18 51.24 0.59 0.55
Hex D0 BC 47 0 A 42 12 33 3B 37
Octal 320 274 107 0 12 102 22 63 73 67
Binary 11010000 10111100 1000111 0 1010 1000010 10010 110011 111011 110111

Color Harmonies of #D0BC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC47

Black with #D0BC47

Text Example


Text Example

White with #D0BC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC47; }

 p { color: rgb(208,188,71); }

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

background-color css

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

 a { background-color: rgb(208,188,71); }

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

border-color css

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

 span { border-color: rgb(208,188,71); }

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