Html Css Color HEX #D0BC46 Old Gold

📋 copy color: '#D0BC46'

red 208 ◦ green 188 ◦ blue 70

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

Shades of Old Gold #D0BC46

Tints of Old Gold #D0BC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.02%

R = 44.64%
G = 40.34%
B = 15.02%

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

#D0BC46 (or 0xD0BC46) is known color: Old Gold. HEX triplet: D0, BC and 46. RGB value is (208,188,70). Sum of RGB (Red+Green+Blue) = 208+188+70=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC46 is #2F43B9. Grayscale: #B5B5B5. Windows color (decimal): -3097530 or 4635856. OLE color: 4635856.

HSL color Cylindrical-coordinate representation of color #D0BC46: hue angle of 51.3º 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 #D0BC46 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 70 -
CMYK 0 0.10 0.66 0.18
HSL 51.3º 0.59% 0.55% -
HSV(B) 51.3º 0.66% 0.82% -
XYZ 45.1 49.82 13.03 -
YUV 180.53 65.63 147.59 -
System Red Green Blue C M Y K H S L
Decimal 208 188 70 0 0.10 0.66 0.18 51.3 0.59 0.55
Hex D0 BC 46 0 A 42 12 33 3B 37
Octal 320 274 106 0 12 102 22 63 73 67
Binary 11010000 10111100 1000110 0 1010 1000010 10010 110011 111011 110111

Color Harmonies of #D0BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC46

Black with #D0BC46

Text Example


Text Example

White with #D0BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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