Html Css Color HEX #D0BA46 Old Gold

📋 copy color: '#D0BA46'

red 208 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #D0BA46

Tints of Old Gold #D0BA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.09%

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

R = 44.83%
G = 40.09%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0BA46 (or 0xD0BA46) is known color: Old Gold. HEX triplet: D0, BA and 46. RGB value is (208,186,70). Sum of RGB (Red+Green+Blue) = 208+186+70=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA46 is #2F45B9. Grayscale: #B3B3B3. Windows color (decimal): -3098042 or 4635344. OLE color: 4635344.

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

Color convert

RGB 208 186 70 -
CMYK 0 0.11 0.66 0.18
HSL 50.43º 0.59% 0.55% -
HSV(B) 50.43º 0.66% 0.82% -
XYZ 44.68 48.97 12.89 -
YUV 179.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 208 186 70 0 0.11 0.66 0.18 50.43 0.59 0.55
Hex D0 BA 46 0 B 42 12 32 3B 37
Octal 320 272 106 0 13 102 22 62 73 67
Binary 11010000 10111010 1000110 0 1011 1000010 10010 110010 111011 110111

Color Harmonies of #D0BA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA46

Black with #D0BA46

Text Example


Text Example

White with #D0BA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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