Html Css Color HEX #D0BA3F Old Gold

📋 copy color: '#D0BA3F'

red 208 ◦ green 186 ◦ blue 63

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

Shades of Old Gold #D0BA3F

Tints of Old Gold #D0BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.79%

R = 45.51%
G = 40.7%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0BA3F (or 0xD0BA3F) is known color: Old Gold. HEX triplet: D0, BA and 3F. RGB value is (208,186,63). Sum of RGB (Red+Green+Blue) = 208+186+63=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA3F is #2F45C0. Grayscale: #B3B3B3. Windows color (decimal): -3098049 or 4176592. OLE color: 4176592.

HSL color Cylindrical-coordinate representation of color #D0BA3F: hue angle of 50.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0BA3F is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 186 63 -
CMYK 0 0.11 0.70 0.18
HSL 50.9º 0.61% 0.53% -
HSV(B) 50.9º 0.7% 0.82% -
XYZ 44.47 48.89 11.79 -
YUV 178.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 208 186 63 0 0.11 0.70 0.18 50.9 0.61 0.53
Hex D0 BA 3F 0 B 46 12 33 3D 35
Octal 320 272 77 0 13 106 22 63 75 65
Binary 11010000 10111010 111111 0 1011 1000110 10010 110011 111101 110101

Color Harmonies of #D0BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BA3F

Black with #D0BA3F

Text Example


Text Example

White with #D0BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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