Html Css Color HEX #D0B846 Old Gold

📋 copy color: '#D0B846'

red 208 ◦ green 184 ◦ blue 70

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

Shades of Old Gold #D0B846

Tints of Old Gold #D0B846

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.83%

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

R = 45.02%
G = 39.83%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0B846 (or 0xD0B846) is known color: Old Gold. HEX triplet: D0, B8 and 46. RGB value is (208,184,70). Sum of RGB (Red+Green+Blue) = 208+184+70=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B846 is #2F47B9. Grayscale: #B2B2B2. Windows color (decimal): -3098554 or 4634832. OLE color: 4634832.

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

Color convert

RGB 208 184 70 -
CMYK 0 0.12 0.66 0.18
HSL 49.57º 0.59% 0.55% -
HSV(B) 49.57º 0.66% 0.82% -
XYZ 44.26 48.13 12.75 -
YUV 178.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 208 184 70 0 0.12 0.66 0.18 49.57 0.59 0.55
Hex D0 B8 46 0 C 42 12 32 3B 37
Octal 320 270 106 0 14 102 22 62 73 67
Binary 11010000 10111000 1000110 0 1100 1000010 10010 110010 111011 110111

Color Harmonies of #D0B846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B846

Black with #D0B846

Text Example


Text Example

White with #D0B846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B846; }

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

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

background-color css

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

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

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

border-color css

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

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

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